Tag Archives: how to write code for multiplication table

Python program to generate Multiplication table

In this tutorial we shall learn about generating multiplication tables.For this program we are taking twoo integer values as input’s.One for which table to be printed and the other for limiting the table….For generating the table we need to consider … Continue reading

Posted in Python | Tagged , , , , , , , , , , | 1 Comment

JAVA program to print Multiplication Table

Today we shall program another simple and basic problem.In our childhood many of us find difficulty in learning the Multiplication tables.Now, we shall take revenge on them by writing the program.Let us consider that our program takes two values as … Continue reading

Posted in Java | Tagged , , , , , , , , , , | Leave a comment