write c program to print 10 numbers in descending and ascending order using while loop
Answers
Answered by
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
Social Sciences,
1 month ago
Math,
1 month ago
Physics,
1 month ago
History,
2 months ago
Math,
2 months ago
Math,
9 months ago
India Languages,
9 months ago