Skip to content

Gustanol/guess_the_secret_number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

My first Java project ✨

It's simple. The program will 'generate' a random number between 0 (included) and 101 (not included):

int randomNumber = (int)(Math.random() * 101); // 🤓

While you do not enter the right number, the program will be executed. 💻


Clone this repository: 🤖

git clone https://github.com/Gustanol/guess_the_secret_number.git

Execute the program: 😎

java Main.java

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages