Developer-Student-Clubs-VSSUT-Burla / Master-PyAlgo

36 stars 84 forks source link

Table of a Number #465

Closed Manasi2001 closed 3 years ago

Manasi2001 commented 3 years ago

The aim is to build a program to print first 10 multiples of the number entered by user.

Sample Input: 3 Sample Output: 3 x 1 = 3 3 x 2 = 6 3 x 3 = 9 3 x 4 = 12 3 x 5 = 15 3 x 6 = 18 3 x 7 = 21 3 x 8 = 24 3 x 9 = 27 3 x 10 = 30

Please assign me the issue @rcoder23.