Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 820 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 820 Bytes

Multiplication Table

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.

Features

  1. Generates a multiplication table of a specified size.
  2. Supports customizable table size.
  3. Displays the table in a neat and formatted manner.

Usage

How to use?

  1. Download the code
  2. Import the code in your IDE or text editor of choice and run the program, or copy paste the code and run.

Contributing

If you'd like to contribute to this project, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them.
  4. Push your changes to your fork.
  5. Submit a pull request.