Skip to content

A simple Java console application that generates a multiplication table using user input and basic loop logic.

Notifications You must be signed in to change notification settings

gbarceloz/Multiplication-Table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 
ย 
ย 

Repository files navigation

Multiplication Table (Java)

This is a simple Java console application that generates a multiplication table based on a number provided by the user.

๐Ÿ“Œ Features

  • Reads a number from user input
  • Displays the multiplication table from 1 to 10
  • Uses a loop to perform calculations dynamically

๐Ÿ›  Technologies Used

  • Java
  • Scanner (java.util.Scanner)

โ–ถ How to Run

  1. Make sure you have Java installed (JDK 17 or higher recommended)
  2. Clone this repository:
    git clone https://github.com/gbarceloz/multiplication-table-java.git

About

A simple Java console application that generates a multiplication table using user input and basic loop logic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages