#include
#include
int main()
{
clrscr();
int i;
for(i=100;i<=200;i++)
if(i%5==0)
cout< getch();
return 0;
}
Output:
100 105 110 115 120 125 130 135 140 145 150 155 160 165 170 175 180 185 190 195 200
Complete solution for electrical engineering interview question and answers for job.The information helps to solve electronics and electrical engineers interview question and answers.This electrical engineering blog helps engineers a lot.A group of tips is also given here along with C++ programming.
No comments:
Post a Comment