Write an algorithm to generate the first ten natural number. Also flowchart it with proper symbol.
Answers
Answered by
0
Answer:
Explanation:
The following shapes are often used in flowcharts: Pseudocode is a method of describing computer algorithms using a combination of natural language and programming language.
...
Enter Limit.
Set Number = 0.
Set Sum = 0.
Repeat the following: a. If Sum > Limit, terminate the repitition, otherwise. b. ...
Print Number and Sum.
Similar questions