flow chart to print the number 100 to 1
Answers
Answered by
0
for i = n;
{
for i = n; i<100; i-- ;
scanf ( " \n The numbers are \n &n");
printf(" \n The numbers are \n");
getch()
}
Similar questions