0
There are two errors with this code can you find the two
public class Program { public static void main(String[] args) { System.out.Println("Happy Thanksgiving!") } }
1 Resposta
+ 6
Hint:
They are both in this line ...
System.out.p <- (1) rintln("Happy Thanksgiving!"); <- (2)