The movements of the tectonic plates
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.
A. very small objects behave like like particles.
Answer:
Explanation:
A. The earth about its axis:
The earth makes one revolution in 24 hours. to know the number of revolutions per second it makes, we need to convert hours to seconds and the revolution to rad.

B. The minute hand of the clock makes one revolution in 60 minutes
To convert this to rad per second, we have

C. The hour hand of a clock completes one revolution in 12 hours

D. an egg beater turning at 300 rpm.

<span>To find the wavelength of a neutron can be calculated by using the formula
Wavelength=h/m x v
Where h is planck's constant
m=mass of neutron
v= velocity of the particle
By substituting the given values
Wavelength= 6.63 × 10–34 j s / 1.675 × 10–27 kg x 2 m/s^-1
Wavelength of a neutron=1.979 x 10^-7 m</span>