https://github.com/eapolat/interesting-java-programs
Here we have three different and interesting Java programs: Distribution of jars, special and super special tests.
https://github.com/eapolat/interesting-java-programs
Last synced: about 2 months ago
JSON representation
Here we have three different and interesting Java programs: Distribution of jars, special and super special tests.
- Host: GitHub
- URL: https://github.com/eapolat/interesting-java-programs
- Owner: eapolat
- Created: 2023-07-21T07:02:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-21T07:27:45.000Z (almost 2 years ago)
- Last Synced: 2023-07-21T08:29:58.250Z (almost 2 years ago)
- Language: Java
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Interesting-Java-Programs
Here we have three different and interesting Java programs: Distribution of jars, special and super special tests.Distribution of jars take both number of large jars and order, then calculate and distribute them into small jars. So it will show how many small jars needed check if we have enough small jars.
Special test takes a word and check if it is a special word. And test the distances between middle, first and last characters.
Super special test takes a word and a character to check it by calculating the distances between that character and middle, first, last characters in the word.
I would love to see your comments, suggestions and upgrades for this project! Hope you like it.
Here you can contact me easily: [email protected] or https://twitter.com/Anlpolt