Computer Science, asked by aditya611, 1 year ago

while(ctr i=10);
{
ctr=1;
sum=sum+a;
ctr=ctr+1;
}
what are error in this program

Answers

Answered by Arshad2004
0
after CTR there should be a semicolon in the while statement
Similar questions