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:
F=ma
Explanation:
Force = mass * acceleration
Force on the particle is defined as the application of the force field of one particle on another particle. The magnitude and direction of the electrical force will be 4.05×10⁴N towards the north.
<h3>What is electrical force?</h3>
Force on the particle is defined as the application of the force field of one particle on another particle. It is a type of virtual force.
The given data in the problem is
q₁ is the negative charge = 6 µC=6×10⁻⁶ C
q₂ is the positive charge = 3 µC=3×10⁻⁶ C
r is the distance between the charges=0.002 m
is the electric force =?
The value of electric force will be;

Hence the magnitude and direction of the electrical force will be 4.05×10⁴N towards the north.
To learn more about the electrical force refer to the link;
brainly.com/question/1076352
The first step is the fusion of hydrogen into Deuterium.