The fragment of an asteroid or any interplanetary material is known as a a : D. Meteroid
Human came in contact with this material mostly because it penetrate the atmosphere and fall within the earth surface
hope this helps
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.
Tides are influenced by the force of gravity exerted by the earth, moon and the sun. The sun has a larger mass than the moon and as such has a greater gravitational pull on the earth. the moon however has greater influence over the tides because they are caused by the difference in gravity fields. This means that the moon is the dominant influence due to the fact that the fractional difference in its force across the earth is greater than that seen from the sun.
Part of the scientific process involves sharing your results with other scientists. To do this, we all need to use the same measurement system, which you'll learn about in this lesson.
Imagine you're trying to find out how much an elephant weighs. You're pretty sure it weighs a lot, but you don't know the exact number. So you ask your teacher, and she tells you an elephant weighs the same as three hippos.
Well that's nice to know, but how much does a hippopotamus weigh? Again, you ask your teacher, and she tells you a hippopotamus weighs the same as five alligators. That's a cool fact to know, but you still don't understand how much an elephant weighs because comparing elephants to alligators can be confusing.
plz mark me as brainliest :)