Computer Science, asked by poonam1453, 6 months ago

write a program in Qbasic to print the sum of any three numbers during the excecution​

Answers

Answered by damananddaman099
1

Answer:

10 LET a = 15

20 LET b = 20

30 LET c = 40

40 SUM = a + b + c

50 Print "Sum of" a "and" b "and" c "is" SUM

Explanation:

Similar questions