how to convert i c to N C flowchart and algorithm
Answers
Answered by
0
Answer:
Conversion of algorithm/flowchart
Set sum to 0.
Set x to 1.
Repeat while x <= 100: Set sum to sum + x. Set x to x+1.
Print sum.
Similar questions