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: The correct answer is option (A).
Explanation
Ampacity is defined as the maximum amount of the current carried by the conductor continuously without exceeding its temperature rating.
The ampacity of the wire of the heater is 30 A .And this means that wire is capable of conducting current of maximum amount of 30 Ampere through it without exceeding its temperature rating.
Hence, the correct answer is option is (A).
The estimation of the age of the Earth comes from scientists who studied the rock formation under the Earth's crust. They believe that during the Big Bang, the Earth, together with the other celestial bodies in the universe, were formed. Under the Earth's soil contain radioactive materials that have known decay rates. Using these rate, they undergo tests like rock dating to find the time of its existence.
Answer:
Period for 1 revolution is 1.75 seconds
Explanation:
given data
revolutions R = 8
time t = 14 seconds
to find out
What is the period
solution
we know that Period is the time per revolution
so here period formula that is express as
period =
=
= 0.57 revolution in one second
so in 1 revolution =
seconds
so in 1 revolution = 1.75 seconds
so period for 1 revolution is 1.75 seconds
Answer:
4.5 m/s
Explanation:
The rock must barely clear the shelf below, this means that the horizontal distance covered must be

while the vertical distance covered must be

The rock is thrown horizontally with velocity
, so we can rewrite the horizontal distance as

where t is the time of flight. Re-arranging the equation,
(1)
The vertical distance covered instead is

where we omit the term
since the initial vertical velocity is zero. From this equation,
(2)
Equating (1) and (2), we can solve the equation to find
:
