write an algorithm to print first ten natural bumber
Answers
Answered by
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