A program to print Multiplication Table based on user input in Java using Eclipse IDE.
In this tutorial, you will learn the following:
- More application of the Switch statement.
- More application of the for loops.
- More application of the nested for loops.
- More application of the Scanner Class
You would need the following inorder to following this tutorial:
- An Integrated Development Environment(IDE) installed that can run Java (e.g Eclipse, IntelliJ,Netbeans)
- JDK 1.X installed on your Pc
- Of course willingness to learn
Difficulty
- Intermediate
Description
In this tutorial, the multiplication table is developed.
Where the user will enter S for Single multiplication table and M for multiple multiplication table:
For the single multiplication table, a single number is being inputed by the user and then the multiplication table for that number is being displayed.
While for the multiple multiplcation table, two inputs are collected, mainly the start and end Numbers, with the start number being the start of the multiplication table and the end number the end of the multiplication table.
The program is later improved to let the user indicate what number he/she would like the multiplication number to stop.
Video Tutorial Link:
NB: This video has only being shared on my Youtube Channel
Tutorial codes can be gotten from this Github repository: https://github.com/generalkolo/Javacodes
Posted on Utopian.io - Rewarding Open Source Contributors
Thank you for the contribution. It has been approved.
You can contact us on Discord.
[utopian-moderator]
Hey @edetebenezer I am @utopian-io. I have just upvoted you!
Achievements
Community-Driven Witness!
I am the first and only Steem Community-Driven Witness. Participate on Discord. Lets GROW TOGETHER!
Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x
This is awesome! You must have spent sometime to put this together. Thank you sir for sharing.
Thanks, @microlead