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:
B. They each contain the same amount of matter.
Explanation:
Scientifically, mass is the amount of matter in an object.
A. Whether an object is big or small does not mean that it will be a certain mass. If you have two objects that are the same size, the denser object will have more mass, and the less dense object will have less mass.
C. The amount of space an object takes up is called the volume.
D. Different combinations and amounts of elements can give you the same mass. Rocks, books and cans of soda are made of different things.
from shortest wavelength to longest:
Ultraviolet
visible
infrared
microwave
so the answer is B
When a wave is too steep to support itself, the wave front collapses therefore creating a break.
<h3>What is a Wave?</h3>
This is defined as the propagation of disturbance from one place to another in an organized manner.
In situations where the wave is too steep to support itself there is a break in the wavefront which advances up the shoreline.
Read more about Wave here brainly.com/question/6069116