1.

Wrute a program on qbasic to multiply 5 numbers​

Answer»

Answer:

10 cls

20 input "enter FIRST number",A

30 input "enter second number", B

40 input "enter THIRD number",C

50 product= A×B×C

60 PRINT"Product of the three NUMBERS =", product

70 end

Hope it helps :)



Discussion

No Comment Found

Related InterviewSolutions