https://github.com/eapolat/converting-words
A Java program which converts words systematicly. Basic encryption
https://github.com/eapolat/converting-words
Last synced: about 2 months ago
JSON representation
A Java program which converts words systematicly. Basic encryption
- Host: GitHub
- URL: https://github.com/eapolat/converting-words
- Owner: eapolat
- Created: 2023-07-13T06:59:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-13T08:26:09.000Z (almost 2 years ago)
- Last Synced: 2023-07-13T08:26:21.281Z (almost 2 years ago)
- Language: Java
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Converting-Words
A Java program which converts words systematicly. Basic encryption.Program will run untill user enters exit. We are using do while for that. Here is the how algorith converts the word: It individually takes all of the characters from word and control them. If the character is not a letter it converts it to *, if the character is a letter and used only once in that word it converts it to '(' and if it is at least used twice then it converts to ')'.
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