The task was to say "Ellie is clever" 5 times on separate lines. The answer included a "message" which was not covered in the lesson. Why wouldn't the following work? (again I didn't know message was a thing) String s = "Ellie is Clever"; system.out.println(s); system.out.println(s); system.out.println(s); system.out.println(s); system.out.println(s);