Computer Science, asked by Aahanakshita, 1 month ago

Write the QBASIC program to multiply two numbers using LET statement​

Answers

Answered by purveshKolhe
3

Answer:

cls

input "number1 :"num1

input " number2 :"num2

print num1 * num2

end

Similar questions