using Goto statement print the following program 1,2,3,4,5,6,7,8,9,10
Answers
Answered by
2
10 cls
20 n=1
30 if n <=10 then goto 40 else goto 70
40 print n
50n= n +1
60goto 30
70 end
20 n=1
30 if n <=10 then goto 40 else goto 70
40 print n
50n= n +1
60goto 30
70 end
saumya66:
tell
Similar questions