Тема: Тести від SoftServe
How many errors does the following code contain?
Package A.B.C;
Public Class M {
Public Static Void Main(String [] Args) {
Long L = 0L;
System.Out.Println("Hello, World No "+ L + " !");
}
}
Select one:
a. 9
b. 12
c. 7
d. 13
e. Less than 7
f. More than 14
g. 10
h. 11
i. 14
j. 8