Computer Science, asked by rmms5a078, 4 days ago

write a programme in QBASIC to find the product of two number. show output also

Help me. ​

Answers

Answered by aryanpandey5012
0

Answer:

CLS

INPUT “ENTER FIRST NUMBER”; A

INPUT “ENTER SECOND NUMBER”; B

S = A + B

PRINT “SUM OF TWO NUMBERS”; S

END

Similar questions