Computer Science, asked by PromitDas4883, 1 year ago

Even numbers from 1 to 100 in c using while loop

Answers

Answered by hargovind19pb3g71
1
N=integer
For x=1 to 100
Print x if x/2=N
Next x
Similar questions