Practice ยท 1 of 4
Say hello to the course
Print exactly three lines:
``
Hello, Code Journey!
My name is Java
I am learning fast
`
Use one System.out.println per line inside main`. Every statement ends with a semicolon.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Practice: First Programs