. Correct the errors in the following flowcharts and write the programs:
Flowchart
Program
1.
START
Input N
For I = 1 to N
1
Print (I + 1)
Next I
STOP
Answers
Answered by
0
. Correct the errors in the following flowcharts and write the programs:
Flowchart
Program
1.
START
Input N
For I = 1 to N
1
Print (I + 1)
Next I
STOP
Similar questions