The answer is A. The earth was formed 4.54 years ago, and during those first serveral hundred million years, oceans, continents started to form.
A) Precambrian time.
Answer:
The program is as follows:
#include <iostream>
#include <iomanip>
using namespace std;
int main(){
int num1, num2, num3;
cin>>num1>>num2>>num3;
cout << fixed << setprecision(2);
cout<<(num1 + num2 + num3)/3<<" ";
cout<<num1 * num2 * num3<<" ";
return 0;
}
Explanation:
This declares three integer variables
int num1, num2, num3;
This gets input for the three integers
cin>>num1>>num2>>num3;
This is used to set the precision to 2
cout << fixed << setprecision(2);
This prints the average
cout<<(num1 + num2 + num3)/3<<" ";
This prints the product
cout<<num1 * num2 * num3<<" ";
Answer: Plug and play
Explanation:
Adding a new hardware to the computer activate the plug and play module of the operating system which installs the hardware device into the computer and enables us to use it immediately.
<span>The rules and guidelines for appropriate computer mediated communication are called netiquette.
It is a blend of two words: net (from Internet) and etiquette, or the appropriate behavior.
</span>
Answer:
identify materials to create a prototype