Computer Science, asked by RATNESH9088, 1 year ago

Write a program to print off digit number using loop 1to 10

Answers

Answered by rajneeshsharma21
0
Using while loop, in this C program we are going to print the numbers from 1 to 10.

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.

Answered by Sanjana14323
1

it helps you . thankk

Attachments:
Similar questions