Runoff because the mud is a liquid and moves on an amount of water that is in it like with quicksand
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: let north be+ and south be-
therefore, -1 km is the resultant displacement of the bird
hope it helped u,
pls put thanks and pls mark as the brainliest
^_^
Thank you for posting your question here at brainly. I hope the answer will help you. Feel free to ask more questions.
Below are the choices:
only the x component
only the y component
both the x and y components
neither the x nor the y component
The answer is neither the x nor the y component