Computer Science, asked by pandeyankita9992, 1 month ago

how to convert i c to N C flowchart and algorithm​

Answers

Answered by maheshsingha553
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