Task |
Objective |
Features |
Technologies |
---|---|---|---|
Calculator Application | Create a simple console-based calculator to perform basic arithmetic operations. |
|
Core Java (basic input/output, conditional statements, loops). |
To-Do List Application | Develop a command-line application to manage a personal to-do list. |
|
Core Java (ArrayList, loops, and basic I/O). |
Simple Guessing Game | Create a number guessing game where the user guesses a randomly generated number. |
|
Core Java (Random class, loops, and conditional statements). |