Welcome to the repository for my Java internship at CIPHERBYTE Technologies! This repository contains four exciting Java projects that showcase my skills and learning progress. Each project is housed in its own folder and represents a unique task.
- Task 1: Guess the Number π²
- Task 2: BankY π°
- Task 3: Online Examination π
- Task 4: Digital Library Management π
A fun and interactive Java project where the user guesses a number generated by the computer.
- Random number generation within a specified range (1 to 100).
- User input via a dialog box.
- Feedback on whether the guess is correct, too high, or too low.
- Optional features: limited attempts, multiple rounds, scoring, and points based on attempts.
- Java
A simulation of a basic banking system allowing users to create accounts, deposit/withdraw funds, and transfer funds between accounts.
- Account creation
- Deposit and withdrawal
- Fund transfer
- Data persistence using files or databases
- Java
- Object-Oriented Programming
- File handling
An online examination system with various functionalities to support exam-taking.
- User login and session management
- Profile and password updates
- MCQ answer selection
- Timer with auto-submit
- Session closure and logout
- Java
- Object-Oriented Programming
- File handling
A comprehensive system to automate library functionalities.
- Book-keeping and issuing
- Fine generation
- Advance booking
- Report generation
- Web-based with a user-friendly interface
- Admin Module: Full control over the system, update/delete/modify records, manage books and members.
- User Module: View access to books, browse categories, search books, return and issue books, email support for queries.
- Java , Java Packages
- Object-Oriented Programming
- File handling
-
Clone the repository:
git clone https://github.com/harishy0406/CBTC
-
Navigate to the desired project folder:
cd CBTC
-
Compile and run the Java project:
javac Main.java java Main
Thank you for exploring my Java internship projects at CIPHERBYTE Technologies! π Feel free to reach out if you have any questions or feedback. π«