Here is instructions to get going and execute the different tasks.
Compile and execute the program like this.
cd task_01
javac *.java
java Main
This is a gradle project, compile and execute like this.
cd task_02
./gradlew run --console plain -q
This is a gradle project, compile and execute like this.
cd task_03
./gradlew run --console plain -q