4. Grass - Caterpillar - Hedgehog - Fox
5. Caterpillar, Rabbit, Mouse.
6. Cougar and Fox.
7. Bacteria
8. The bird, hedgehog, Fox and cougar would be effected since the Hedgehogs and birds would soon die out due to the loss of their food. Once they die out, the cougar and Fox would have no predators left to eat.
Usually start on the internet, there is bound to be something or a form of information on it.
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.
Slicing a tomato is still considered a physical change because you are only altering the shape of it by slicing it. It does not change color or make bubble when slicing the tomato. Therefore, it is still a physical change
hope this helps:)
Generally, rings form from moons, asteroids, or comets that have disintegrated due to a collision or because they got too close to their planet (Roche Limit). ... Most of the debris, however, will not have enough energy to overcome the planet's gravity and will remain in orbit around the planet.