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:
velocity and displacement answer
Explanation:
thanks me
Answer:
1)Fuel Sourcing
2)Power Generation
Explanation:
1)Fuel Sourcing
: Fossil fuels must be located, excavated and transported before they can be used. These processes are invasive and detrimental to the land through side effects such as erosion as well as ecological and geologic instability. Then the deposit or well is depleted. Energy from the sun is infinite and free. It can be harnessed and turned into power anywhere a solar panel can be mounted.
2)Power Generation:
Fossil fuels must be burned to produce electricity. Burning them creates unwanted byproducts that can create air and water pollution and release huge amounts of greenhouse gasses into the atmosphere.
Answer: 0°
Explanation:
Step 1: Squaring the given equation and simplifying it
Let θ be the angle between a and b.
Given: a+b=c
Squaring on both sides:
... (a+b) . (a+b) = c.c
> |a|² + |b|² + 2(a.b) = |c|²
> |a|² + |b|² + 2|a| |b| cos 0 = |c|²
a.b = |a| |b| cos 0]
We are also given;
|a+|b| = |c|
Squaring above equation
> |a|² + |b|² + 2|a| |b| = |c|²
Step 2: Comparing the equations:
Comparing eq( insert: small n)(1) and (2)
We get, cos 0 = 1
> 0 = 0°
Final answer: 0°
[Reminders: every letters in here has an arrow above on it]