Math, asked by bhoomi18, 1 year ago

using Goto statement print the following program 1,2,3,4,5,6,7,8,9,10

Answers

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

saumya66: tell
bhoomi18: say the answer
saumya66: output of the program
bhoomi18: ok
saumya66: 1 2 3 4 5 6 7 8 9 10
saumya66: it will print this in different lines
bhoomi18: to print kihiye
saumya66: it is not coming
bhoomi18: what
bhoomi18: bhak
Similar questions