Answer:
#include <iostream>
#include <vector>
using namespace std;
int main() {
const int NUM_GUESSES = 3;
vector<int> userGuesses(NUM_GUESSES);
int i = 0;
int uGuess = 0;
for(i = 0; i <= userGuesses.size() - 1; i++){
cin >> uGuess;
userGuesses.at(i) = uGuess;
}
cout << endl;
return 0;
}
Explanation:
First inbuilt library were imported. Then inside the main( ) function, 3 was assigned to NUM_GUESSES meaning the user is to guess 3 numbers. Next, a vector was defined with a size of NUM_GUESSES.
Then a for-loop is use to receive user guess via cin and each guess is assigned to the vector.
Answer:
0.657 seconds
Explanation:
speed of wave= wavelength / time period
so
time period= wavelength / speed
= 4.6/7
=0.657 sec
Answer:
the best graph to find the acceleration is v-t since calculating the slope averages the different experimental errors.
Explanation:
The different graphics depending on time give various information, let's examine what we can get from some
Graph of x -t. from this graph we can obtain the speed through the slope, but the acceleration is not directly obtainable
v-t chart. We can get the acceleration not through the slope and the distance traveled by the area under the curve. Obtaining acceleration is very accurate since it is an average that avoids possible errors in measurements. This is the best graph to find the acceleration
Graph of a-t In this graph the acceleration is a point on the Y axis, it gives some errors because it depends strongly on the possible experimental errors.
In conclusion, the best graph to find the acceleration is v-t since calculating the slope averages the different experimental errors.
Believe it or not white clouds can be both opaque and transparent depending on the volume and mass within that cloud. The heavier the cloud, the more opaque it'll seem, but the lighter the cloud is, it'll seem transparent-
Answer:
No
Explanation:
I don't think the universe has a starting and ending point because the universe is vast and has not been fully discovered. I think that the universe is endless because all of the stars, planets, and galaxy's have yet to be found and the end or start of the universe is also yet to be discovered so I think that the universe could go on forever.