Computer Science, asked by ashishlic27, 10 months ago

1)Write a program in QBASIC to multiply 5,10 and 15 and print the numbers.
2)Write a program in QBASIC to print your name five times.

PLEASE ANSWER FAST...ITS URGENT..
Who will answer my question I will mark his answer as BRAINLIEST..

Answers

Answered by mishramanjeshp87mkx
7

Answer:

1

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

Similar questions