We need to learn Java

Report a typo

Write a program that prints exactly the following 5 lines:

WE NEED TO

LEARN JAVA

AS QUICKLY AS POSSIBLE

You program should print exactly like the sample shown above. Keep in mind that there are empty lines between the 3 lines of text.

Write a program in Java 17
class Main {
public static void main(String[] args) {
// put your code here
}
}
___

Create a free account to access the full topic