Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“Š Multiplication Table Generator in C

A simple yet interactive C program where you can:

  1. Choose how many times you want to run the program.
  2. Enter the number for which you want to see the multiplication table.

Perfect for beginners practicing loops, user input, and control flow in C.


πŸ–₯ Features

  • βœ… Run multiple times without restarting the program
  • βœ… Generate multiplication table of any number
  • βœ… Beginner-friendly code
  • βœ… Clean and simple output format

πŸ“‚ Project Structure


βš™οΈ How to Run

1️⃣ Clone the Repository

git clone https://github.com/your-username/multiplication-table-c.git
cd multiplication-table-c
2️⃣ Compile the Code
gcc table.c -o table
3️⃣ Run the Program
./table

πŸ“Œ Example Output
How many times you want to run the program: 2
Enter the number for table: 5

5 x 1 = 5
5 x 2 = 10
...
5 x 10 = 50

Enter the number for table: 7
7 x 1 = 7
...
7 x 10 = 70

About

I wrote a code in c programming in which you can enter how many times you want to run the code and table of which number you want.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages