m=0;
do
{
if(m>10)
continue;
m=m+10;
}
while(m<50);
printf("%d",m);
Answers
Answered by
0
Answer:
Sorry I didn't have any idea
Similar questions