Computer Science, asked by fungamer, 1 year ago

how to make a program in qbasic using tab and goto statements where the output will be -

1 2 3 4 5
6 7 8 9 10
11 12 13 14 15
16 17 18 19 20
21 22 23 24 25

plz help ......
please answer fastly

Answers

Answered by DhananjayJha
1
CLS
FOR a=1 to 25
PRINT a
NEXT a
END

fungamer: this might be correct can you show with goto statement
Similar questions