This repository contains essential Java programs and utilities that demonstrate fundamental concepts and coding practices.
- arrays: Implementations related to array operations.
- Implemented Bingo card generation with random unique numbers. 🎲
- codeChallenge: Solutions to various coding challenges.
- Implemented the Build_a_Car class under the codeChallenge package to create a Car object. 🚗
- gross_calculator: Implemented a gross pay calculator and a gross salary calculator. 💰
- if_else: Implementations related to if/if-else decision structure. ❓
- loops: Implementations related to while, do-while and for loops repetition structure. 🔄
- methods: Added classes for demonstrating different methods. 🛠️
- objects: Added classes for demonstrating Objects and Records. 📊
- switch_case: Added classes for demonstrating switch cases. 🔀
- textProcessing: Contains utilities for processing text.
- Implemented PasswordValidator to add password validation logic🔑
- Main.java 🏁
To run any of the Java programs in this repository, ensure you have Java installed on your system. Compile and run the Java files using your preferred IDE or command line tools.
Feel free to fork this repository and submit pull requests. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License.