Computer Science, asked by Anil6035, 9 months ago

What is the program to sum in qbasic

Answers

Answered by Anonymous
0

let. a=10

let b=5

sum=a+b

print 'sum'

Similar questions