Computer Science, asked by roysiddhant488, 3 months ago

WAP to multiply five numbers in in qbasic? ​

Answers

Answered by hardeep20
1

Answer:

Write a program to print multiplication table of a given number in QBasic. For example, Input 5 Output 5 * 1 = 5 5 * 2 = 10 5 * 3 = 15 5 * 4 = 20 5

Similar questions