I need to do a practical question and the question is 'Write a program to enter two numbers from user. Print their sum, difference, product, division, and remainder.' i need an answer to this from QBasic...plz do it A.S.A.P.
Answers
Answered by
1
CLS
CLSPRINT "Enter two numbers"
CLSPRINT "Enter two numbers"INPUT A,B
CLSPRINT "Enter two numbers"INPUT A,BS = A+B
CLSPRINT "Enter two numbers"INPUT A,BS = A+BP = A*B
CLSPRINT "Enter two numbers"INPUT A,BS = A+BP = A*BPRINT "The sum of two numbers ="; S
CLSPRINT "Enter two numbers"INPUT A,BS = A+BP = A*BPRINT "The sum of two numbers ="; SPRINT "The product of two numbers ="; P
CLSPRINT "Enter two numbers"INPUT A,BS = A+BP = A*BPRINT "The sum of two numbers ="; SPRINT "The product of two numbers ="; PEND
Hope it helps you.
Please mark me as brainliest.
✌️MrFlirtyAwara✌️
Similar questions