Computer Science, asked by nipursahota, 3 months ago

What will be the output for the following program?
CLS
Sum=0
FOR I=1 TO 10
Sum=Sum+I
NEXT I. PRINT Sum

Answers

Answered by sumanpreet2012005
1

Answer:

u can use loop function in this

sum bracket mai hoga

Similar questions