Lessons
Lesson | Description |
---|---|
1. Hello world | Write messages to the console. |
2. Simple calculations | Use Java to make simple calculations and print the results in the console. |
3. Introduction to methods | Learn how to call and create methods in Java. |
4. Return in methods | Learn how to return values from methods. |
5. Main methods, Maven compile and execute | Learn how to use Maven to compile and execute your code. |
6. For-loops | Learn how to repeat blocks of code using for-loops. |