Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/afa-farkhod/guess-birthday-java

Guess-Birthday java program, that prompts the user to answer random question with numbers then outputs the exact birthday
https://github.com/afa-farkhod/guess-birthday-java

birthday-paradox java javafx-application

Last synced: 27 days ago
JSON representation

Guess-Birthday java program, that prompts the user to answer random question with numbers then outputs the exact birthday

Awesome Lists containing this project

README

        

# [Guess-Birthday-Java](https://en.wikipedia.org/wiki/Birthday_problem)
Guess-Birthday java program, that prompts the user to answer random question with numbers then outputs the exact birthday

- Set of numbers appear when we run the program, then you have to answer Yes(1) or No(0), generally it asks whether your birthday is in the set or not, let's assume my birthday is 28th day, and we'll answer as following:
- After choosing No(0) which means birthday 28 is not in the list, we press enter, then choose the number from the next set
- After severa set of numbers, program counts the answer then gives the correct birthday

- Demo run:


Image

- UI elements were added and jar file was built


Image