Answer:
Abiotic - sun Biotic- Plants
Water supply, climate, shape of the land, vegetation, soils and availability of natural resources.
Explanation:
Abiotic means non living so the sun is non living. The sun gives us warmth and the ability to survive
Biotic means alive or living- plants are living and give off oxygen and take in carbon to help us live umm ok
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.
The microwave ovens rotate at a rate of about 0.105 rev/s.
The microwave rotation is the number of revolutions in a unit of time. To change the unit for angular velocity, assume that the quantity is multiplied by the unit it has. Then change to the desired units. The angular velocity is denoted by ω and has a magnitude of 6.3 rev/min.
ω = 6.3 rev/min

- 1 minute = 60 seconds
- The revolution unit didn't change


ω = 0.105 rev/s
Learn more about Angular velocity here: brainly.com/question/29344944
#SPJ4
340 ms
I got it right and I hope you do as well