Answer to Question #17036 in C++ for divya
write a program to generate table
1992 17421
1993 29210
1994 100523
1995 106802
1996 127000
1
2012-10-26T11:49:45-0400
#include<iostream>
using namespace std;
void main(){
cout<<" 1992& 17421 \n 1993& 29210 \n 1994& 100523 \n 1995& 106802 \n 1996& 127000\n";
}
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!
Learn more about our help with Assignments:
C++
Comments
Leave a comment