My Experience

Codsoft Virtual Internship

Role: Java Projects Intern

In this internship, I solved 3 tasks that helped me learn and revise Java fundamentals, OOP concepts, and the use of various Java classes. I completed the tasks within the given time frame.

Tasks Completed:

  1. ATM Interface: Developed a command-line ATM interface using Object-Oriented concepts in Java, including options for withdrawing, depositing, and checking account balance.
  2. Number Game: Created a fun guess-the-number game with added rounds and score functionality, suitable for local multiplayer.
  3. Quiz Application with Timer: Developed a command-line based 4-option trivia game with functionality to add quiz questions and correct answers via a text file. Implemented a 10-second timer for each question using Java's Timer class.