Answer to Question #25491 in C++ for shabana

Question #25491
write a program that generates the following tabel
1990 135
1991 7290
1992 11300
1993 16200
1
Expert's answer
2013-03-07T09:39:10-0500
#include<iostream>
#include<math.h>
using namespace std;
&
int main (){
double a,b;

cout<<"1990 135"<<endl;
cout<<"1991 7290"<<endl;
cout<<"1992 11300"<<endl;
cout<<"1993 16200"<<endl;

&
system("PAUSE"); &
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS