Write a program in QBASIC to find SUM,PRODUCT,DIFFERENCE and AVERAGE of 60 and 20
Answers
Answered by
0
Answer:
CLS
A= 60
B =20
SUM = A +B
PRODUCT = A * B
DIFFERENCE = A - B
AVERAGE=( A +B)/2
print "The sum is ";
print "The PRODUCT is ";PRODUCT
print "The DIFFERENCE is ";DIFFERENCE
print "The AVERAGE is ";AVERAGE
end
Explanation:
LIKE
COMMENTS
Similar questions
Math,
4 months ago
English,
4 months ago
Social Sciences,
4 months ago
English,
8 months ago
Chemistry,
11 months ago