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:
80m/s
Explanation:
to find it you have to work it out by using the formula distance divided by speed to find time.
Almost all rocks made of minerals, but different rocks contain different mixtures of minerals. Granite<span>, for example, consists of quartz, </span>feldspar<span>, and mica.
</span>
Answer:
A. gas only
Explanation:
In a gas, the molecules are in continuous, random, straight-line motion.
The molecules are independent of one another i.e The forces of attraction (cohesive forces) and repulsion between the molecules are small and negligible,As such they possess greater kinetic energy which allows them to break the force of attraction between them
In liquid, the molecules have a less random pattern of motion and they can only slide past one another.
In solid, the motion are restricted to a small place as the molecules are not free to move about but merely vibrate about their lattice points.
Answer:
The vibrations will put the particles into suspension reducing the frictional forces between them.
Explanation:
The downslope movement of surface material under the direct influence of gravity is called "Mass Wasting." Mass wasting plays a vital role in transferring the products of weathering from their original sites to lower-lying places where the agents of erosion can pick them up for transporting a longer distance.
There are 2 main types of mass wasting;
1. rapid mass movements
2. slow mass movements.
Shearing of soil grains from S-waves rounds jagged corners reducing frictional resistance. Also, Shaking from the seismic waves increases the water content of the material.
Mass movements are part of a continuum of erosional processes between weathering and stream transport. Mass movement causes regolith and rock to move down-slope where sooner or later the loose particles will be picked up by another transporting agent and eventually moved to a site of deposition such as an ocean basin or lake bed.
Mass movement processes are occurring continuously on all slopes; some act very slowly, others occur very suddenly, often with disastrous.
How earthquake cause mass movement
1. Earthquake causes vibrations and this will put the particles into suspension reducing the frictional forces between them.
2. It also cause the shaking from the seismic waves increases the water content of the material.