This is a simple Java console application that generates a multiplication table based on a number provided by the user.
- Reads a number from user input
- Displays the multiplication table from 1 to 10
- Uses a loop to perform calculations dynamically
- Java
- Scanner (
java.util.Scanner)
- Make sure you have Java installed (JDK 17 or higher recommended)
- Clone this repository:
git clone https://github.com/gbarceloz/multiplication-table-java.git