Skip to content

coderstar1234/assigmentjava2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Multiplication Table Program🧾

  • This is a simple Python program that generates a multiplication table for a number entered by the user.
  • The program uses a loop to iterate over the numbers 1 to 10 (inclusive) and multiplies each number by the user's input number to generate the multiplication table.

Getting Started🔧:-

  • To use this program, you'll need to have Python installed on your computer.
  • If you don't have Python installed, you can download it from the official Python website.
  • Once you have Python installed, you can download or clone this repository to your computer.
  • To download the repository as a zip file, click the green "Code" button on the GitHub page and select "Download ZIP".
  • To clone the repository using Git, run the following command in your terminal:

bash📖

Copy code📝

Installation:

To run this project locally:📺

follow these steps:

Clone the repository from GitHub.:

git clone:

https://github.com/yourusername/multiplication-table.git

  • Replace yourusername with your GitHub username.

Usage🎭:-

  • To use the program, open a terminal or command prompt and navigate to the directory where you downloaded or cloned the repository. Then run the following command:

Copy code📝

python multiplication_table.py📝

  • You'll be prompted to enter a number to generate a multiplication table for.
  • Enter a number and press Enter, and the program will generate the multiplication table and display it in the terminal.

Example⚙️:-

  • Here's an example of using the program to generate a multiplication table for the number 7:

Copy code📝

$ python multiplication_table.py

Enter a number to create a multiplication table for: 7
7 x 1 = 7
7 x 2 = 14
7 x 3 = 21
7 x 4 = 28
7 x 5 = 35
7 x 6 = 42
7 x 7 = 49
7 x 8 = 56
7 x 9 = 63
7 x 10 = 70

Contributing👫:-

  • If you'd like to contribute to this project, you can open a pull request on GitHub.
  • Please make sure your code follows the PEP 8 style guide and includes tests to ensure that it works as expected.

License📙:-

  • This program is licensed under the MIT License.
  • Feel free to use, modify, and distribute it as you wish.

About

the assigment no. 2 in java the letus upgrade.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages