Computer Science, asked by minirout7220, 8 months ago

design an application to print from 1 to 10​

Answers

Answered by Radhika2841
1

Answer:

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

Explanation:

mark me

Similar questions