Computer Science, asked by subedidivya488, 4 months ago

Write a program to display 1 to 100 horizontally. in q basics
plz don't scam

Answers

Answered by mohammedhamza2727
1

Answer:

Loops

Explanation:

Basically loops are used to do this pls understand

Let n be number

step 1   : Start

step 2  : N = 1

step 3  : If N>100 go to step 6

step 4  : Print N

step 5  : N = N+1,  go to step 3

step 6  : Stop

Hope this helped!!  :)

Similar questions