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.
The rock cycle is a basic concept in geology that describes the time-consuming transitions through geologic time among the three main rock types: sedimentary, metamorphic, and igneous. As the adjacent diagram illustrates, each of the types of rocks is altered or destroyed when it is forced out of its equilibrium conditions. An igneous rock such as basalt may break down and dissolve when exposed to the atmosphere, or melt as it is subducted under a continent. Due to the driving forces of the rock cycle, plate tectonics and the water cycle, rocks do not remain in equilibrium and are forced to change as they encounter new environments. The rock cycle is an illustration that explains how the three rock types are related to each other, and how processes change from one type to another over time. This cyclical aspect makes rock change a geologic cycle and, on planets containing life, a biogeochemical cycle.
Plate movements drive the rock cycle by pushing rocks back into the mantle, where they melt and become magna again. Plate movements also cause the folding, faulting and uplift of the crust that move rocks through the rock cycle.
sources: wikapedia, Harmonybaddie on brainly
It is a solid when is frozen and a liquid when it melts
5
if zero falls between two significant numbers it becomes significant.
C is the answer to your question.