Welcome to Westonci.ca, the place where your questions are answered by a community of knowledgeable contributors. Explore a wealth of knowledge from professionals across different disciplines on our comprehensive platform. Join our Q&A platform to connect with experts dedicated to providing accurate answers to your questions in various fields.

I want to write a Java program to display the multiplication table for the number entered by the user and the values doesn’t exceed 100 .For example if the user enter 3 the output should be like this :
3
6
9
12
15
18
21
24
27
30
33
36
39
42
45
48
51
54
57
60
63
66
69
72
75
78
81
84
87
90
93
96
99