Computer Science, asked by khilanandjoshi610, 7 hours ago

The Computer teacher has asked you to create a program in QBASIC to enter two numbers and display their sum, difference and product. What are the steps you will follow to do this task?​

Answers

Answered by swapnilverma756
0

Answer:

10letA=2

20letB=1

30letC=A-B

40 print C

50 enter

60 run

Explanation:

same for others

Similar questions