Computer Science, asked by Kushalgubba4516, 1 year ago

write an algorithm to print first ten natural bumber

Answers

Answered by tikuling989
0

1. start

2. input n

3. a=a+1

4. print a

5. is a>=10?

yes: go to 6

no: go to 3

6. end

Similar questions