Social Sciences, asked by kardileshital88, 5 hours ago

write c program to print 10 numbers in descending and ascending order using while loop​

Answers

Answered by mtarique78
0

Answer:

To print the numbers from 1 to 10,

1. We will declare a variable for loop counter (number).

2. We will check the condition whether loop counter is less than or equal to 10, if condition is true numbers will be printed.

3. If condition is false – loop will be terminated.

Similar questions