#include
#include
int main()
{
clrscr();
int I,sum;
I=1;
Sum=0;
do
{
sum=sum+I;
I=I+2;
}
while(sum<40&&I<10);
cout<<"sum= "<
return 0;
}
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