Month: August 2021

Q2. Write a program to display multiplication tables from ___ to ___ having n multiples each. The output should be displayed in a tabular format. For example, the multiplication tables of 2 to 9 having 10 multiples each is shown below. 2 × 1 = 2 3 × 1 = 3 ………….9 × 1 = 9 2 × 2 = 4 3 × 2 = 6…………..9 × 2 = 18 …………. …………. …………………………… 2 × 10 = 20 3 × 10 = 30………..9 × 10 = 90

Lab Course 1 / Exercise 5  / Set A /