write the program on Q BASIC of the sum of four numbers
Answers
Answered by
7
Cls
input a
input b
let c = a + b
print c
ends
Answered by
7
Answer:
Cls
input a
input b
let c = a + b
print c
ends
Similar questions