### What would you like to Propose? ### What would you like to Propose? - [x] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Java/blob/master/CONTRIBUTING.md). - [x] All filenames are in PascalCase. - [x] All functions and variable names follow Java naming conventions. - [x] All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations. ### Issue details Reverse Bit: This algo will work like this 0011 => 1100 ### Additional Information The BIT MANIPULATION section in the JAVA repository starts with this algorithm