Computer Science, asked by Dipankar8910, 9 months ago

Write a QBASIC program to print 1 to 100 in gap of 10.​

Answers

Answered by aaronjpaul250706
0

Explanation:

CLS

A=10

B=20

C=30

D=40

E=50

F=60

G=70

H=80

I=90

J=100

print"A=";A

print"B=";B

print"C=";C

print"D=";D

print"E=";E

print"F=";F

print"G=";G

print"H=";H

print"I=";I

print"J=";J

END

Similar questions