Ravians college of sciences has been established in 2008. Main classes held in this college are F.sc, F.A, I.C.S. Ravians College provides best available Science Faculty of the area.Our mission is to provide quality eduction of science using audio visual aid to the student of the last 3 years we are Achieving 100% at Intermediate Level. Students of ravians college are study in different professional colleges and Universities including Medical Colleges and Engineering Universities
Pages
▼
Pages
▼
QUESTIN 2
2. Write a program that generates the following table:
1990 135
1991 7290
1992 11300
1993 16200
ANSWER: CH2 SOLVED BY WAJID
#include
#include
#include
void main(void)
{
int i, i_arr[4]={135,7290,11300,16200};
do{
for(i=1990;i<1994;i++) cout<
cout<<"\n !Press c to continue or any key to exit."<
}while(getch()=='c');
}
No comments:
Post a Comment