Social Sciences, asked by kardileshital88, 30 days ago

write a c program to print 10 numbers in descending order using for while loop​

Answers

Answered by Uditapatagar
0

Answer:

To print the numbers from 1 to 10,

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

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

If condition is false – loop will be terminated

I hope it helps you

Similar questions