Write a QBASIC program to find the difference between the product and sum of two numbers.
Answers
Answered by
5
Explanation:
CLS
INPUT "enter first number";A
INPUT "enter second number";B
P= A*B
S= A+B
D= P-S
PRINT "Difference=";D
END
Similar questions
Math,
2 months ago
Computer Science,
2 months ago
History,
2 months ago
English,
4 months ago
Physics,
4 months ago
India Languages,
10 months ago
India Languages,
10 months ago