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.
Iodine, chloride, and bromide
The answer is 4.0 kg since the flywheel comes to rest the
kinetic energy of the wheel in motion is spent doing the work. Using the
formula KE = (1/2) I w².
Given the following:
I = the moment of inertia about the
axis passing through the center of the wheel; w = angular velocity ; for the
solid disk as I = mr² / 2 so KE = (1/4) mr²w². Now initially, the wheel is spinning
at 500 rpm so w = 500 * (2*pi / 60) rad / sec = 52.36 rad / sec.
The radius = 1.2 m and KE = 3900 J
3900 J = (1/4) m (1.2)² (52.36)²
m = 3900 J / (0.25) (1.2)² (52.36)²
m = 3.95151 ≈ 4.00 kg
Answer:
Tundra Biome
Explanation:
Permafrost is a type of soil that is frozen all year round. It consists of rocks, soils and ice. The ice or frost holds the earth materials together.
The tundra biome lies below the arctic circle close to the north pole. Most of the earth here is predominantly frozen all year round. A layer of glacier covers the surface and a deep lying layer of permafrost follows suit.
Some mountain tops capped with ice shows this tundra features.
Most tundras are termed cold deserts as they have little to no precipitation all year round. There is absence of vegetation cover as a result of low growing season of the plants.
Answer:
compound
Explanation:
a substance made from two or more different elements that have been chemically joined. Examples of compounds include water (H2O), which is made from the elements hydrogen and oxygen, and table salt (NaCl), which is made from the elements sodium and chloride.