Computer Science, asked by guliverpotsangbam, 11 months ago

m=0;
do
{
if(m>10)
continue;
m=m+10;
}
while(m<50);
printf("%d",m);​

Answers

Answered by hamsika2983
0

Answer:

Sorry I didn't have any idea

Similar questions