raunakkumarsingh / Cpp_Code

5 stars 46 forks source link

created a program to display multiplication table up to 10 #139

Closed TanmoyMahanty closed 1 year ago

TanmoyMahanty commented 1 year ago

created a program in C++ to generate the multiplication table of a number (entered by the user) using for loop.