Answer:
Computer is a electronic device which give us accurate result in a short preodical of time
Answer:
1G
Explanation:
1 'G' as in first generation.
Hope this helped. :)
Highway:
<span>cout << "The car can drive " << 20*26.8 << " miles on the highway." << endl; </span>
<span>Town: </span>
<span>cout << "The car can drive " << 20*21.5 << " miles in the town." << endl;</span>
Answer:
#include<iostream>
using namespace std;
int main()
{
int a,b,c;
cout<<"enter the value of a:";
cin>>a;
cout<<"enter the value of b:";
cin>>b;
cout<<"enter the value of c:";
cin>>c;
cout<<"product is:"<<(a*b*c);
return 0;
}
Explanation:
This link should help: https://uhasct.com/insert-an-empty-row-between-each-row-of-data-in-excel/