Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/afa-farkhod/guess-birthday-java
- Owner: afa-farkhod
- License: apache-2.0
- Created: 2023-03-14T07:44:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-01T09:34:46.000Z (over 1 year ago)
- Last Synced: 2024-04-24T11:08:03.234Z (8 months ago)
- Topics: birthday-paradox, java, javafx-application
- Language: Java
- Homepage: https://en.wikipedia.org/wiki/Birthday_problem
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
- UI elements were added and jar file was built