The shape is connected in parallel so;
5.1) Ans;

5.2) Ans;

I hope I helped you^_^
A an observation hehdhhdhdhdhdhhdhdhdhdhdb
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.
Well, the thing is: we don't really know, as we don't even know how many species there are on earth.
If we take a look at the estimates of <span>World Wide Fund for Nature, an organization that works toward combating species extinction, their estimates vary from 200 to 100 000 - but a probable number is 20 000 (d). </span>
<span />
I think by using data collected by Tycho Brahe