while(ctr i=10);
{
ctr=1;
sum=sum+a;
ctr=ctr+1;
}
what are error in this program
Answers
Answered by
0
after CTR there should be a semicolon in the while statement
Similar questions