Write qbasic program to calculate the product of two number using let statement
Answers
Answered by
3
Answer:
Here's your answer --
let the two numbers be 43 and 57.
so the program for adding these numbers in QBASIC is as follows -
CLS.
A = 43.
B = 57.
PRINT "The sum of" A "and" B "is" A + B.
END.
Explanation:
hope this helps uu plz plz plz mark me brainliest
Similar questions
Math,
2 months ago
Biology,
2 months ago
Social Sciences,
5 months ago
Math,
11 months ago
Computer Science,
11 months ago