This is my CodSoft Java Internship repository! This repository documents the assignments I have done during my internship journey. Here, I'll be showcasing a set of tasks to enhance my skills and knowledge in Java progamming.
- Generate a random number between 1-100, ask the user to guess the number, and provide feedback.
- Allow multiple chances and calculate the final score of the user.
- Ask the number of subjects studied by the student and note the marks of the subjects.
- Calculate total marks and average percentage.
- Display grades.
- Create an ATM class.
- Add withdraw, deposit, and checkBalance methods.
- Implement input and connect with user's bank account.
- Give options to the user to access the methods.
- Store quiz questions along with multiple-choice options and correct answers.
- A timer is set for each question to limit the time to answer.
- Presents one question at a time with multiple-choice options.
- Allows user to select an option and submit their answer within the given time.
- Keep track of the user's score based on correct answers.