Computer Science, asked by yasaswini86281, 5 months ago

Qbasic program to multiply to numbers

Answers

Answered by rimpirbh
0

Answer:

please write correctly your question..

Answered by atrs7391
2

CLS

INPUT "ENTER A NUMBER"; N1

INPUT "ENTER SECOND NUMBER: ",N2

SUM = N1*N2

PRINT "Product = ";SUM

END

Similar questions