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:
An electric current is a stream of charged particles, such as electrons or ions, moving through an electrical conductor or space. It is measured as the net rate of flow of electric charge through a surface or into a control volume. ... In electric circuits the charge carriers are often electrons moving through a wire.
Answer:
temperature
The two most important factors in the climate of an area are temperature and precipitation. The yearly average temperature of the area is obviously important, but the yearly range in temperature is also important.
Explanation:
Answer:
a) 42 m/s, positive direction (to the east), b) 42 m/s, negative direction (to the west).
Explanation:
a) Let consider that Car A is moving at positive direction. Then, the relative velocity of Car A as seen by the driver of Car B is:

42 m/s, positive direction (to the east).
b) The relative velocity of Car B as seen by the drive of Car A is:

42 m/s, negative direction (to the west).
Answer:
F=ma
Explanation:
Force = mass * acceleration