Computer Science, asked by M2kl, 10 months ago

flow chart to print the number 100 to 1

Answers

Answered by omegads03
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