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:
it just pulls them at the same time
Explanation:
1 growth. Go from one cell/( zygote to a trillion)
2 replace. Repair\ 50 million cells die second.
3 reproduction. ( make cells for reproduction make specialized sex cells)
Answer:
Number of electrons, 
Explanation:
It is given that,
Charge, q = 4.33 C
We need to find the number of electrons that make 4.33 C of charge. According to quantization of charge as :

n = number of electrons
e = electron's charge



So, the number of electrons are
Hence, this is the required solution.
Answer:
D. Wind turbines take up a lot of space.
Explanation:
In wind turbines the kinetic energy received by the air molecules is converted into electrical energy by the use of turbines
So here in order to get more kinetic energy from air we need more crossectional area of the wind mill to interact with the air
So here we need the large size of turbines
so this is the main disadvantage of the wind turbines because it needs large area to install the whole setup also the efficiency of this turbine is small so it needs large number of wind mills to setup good output power
so correct answer will be
D. Wind turbines take up a lot of space.