Your first hands-on journey into the world of Java development.
BlueJ Setup: Project & Class
The mandatory structure for every program
Beginner's guide to avoid critical pitfalls
Self Introduction Mission
Write three statements in your main method:
Mastering Escape Sequences
Objective: Print exactly this text
Mental Math Challenge
1. 11 / 4
2. 11 % 4
3. 3 / 10
4. 3 % 10
5. 8 + 2 * 3
6. (8+2) * 3
Read the compiler's mind
"package system does not exist"
"';' expected"
"reached end of file while parsing"
Congratulations on your first steps!
Reading docs 10 times
isn't as good as typing code ONCE.