Byte Bender
Byte Bender
### Describe your change: * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [x] Add or change doctests? -- Note: Please...
- [x] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Java/blob/master/CONTRIBUTING.md). - [x] This pull request is all my own work -- I have not plagiarized it. - [x] All filenames are in PascalCase. -...
Regarding Issue #667
A function that can alter the sign of number. Denoted by `+/-`, which can be found on many calculator apps. E.g.: **-3** will become **3** I would like to add...