0

Println("result")

i think an error

4th Sep 2018, 7:42 AM
ABDO
ABDO - avatar
1 Antwoord
+ 1
Your statement in Java to print in the next line must be like this: System.out.println("result"); Note:In Java "print" or "println"is not a class. So it cannot start with capital letter. Here, "System"is a class and that is why it starts with 'S' not 's'.
4th Sep 2018, 8:23 AM
Manu Pandey
Manu Pandey - avatar