This project is a simple implementation of a multiplication table generator. It allows users to input the desired size of the table and generates a formatted multiplication table in the console or command line.
- Generates a multiplication table of a specified size.
- Supports customizable table size.
- Displays the table in a neat and formatted manner.
- Download the code
- Import the code in your IDE or text editor of choice and run the program, or copy paste the code and run.
If you'd like to contribute to this project, please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your changes to your fork.
- Submit a pull request.