Java Program to Print Multiplication Table of a Number

In this post we will go through the basic java program to print table of a number : Input : Enter number : 5 Output : Multiplication table of 5 5 * 1 = 5 5 * 2 = 10 5 * 3 = 15 5 * 4 = 20 5 * 5 = 25 … Read more

%d bloggers like this: