(1Z0-811) Oracle Java SE11 Programmer Practice Test

1Z0-811 Java Language Fundamentals

Free · Instant Results

What will be the output of the following code snippet? <br> int a = 10; <br> int b = 5; <br> System.out.println(a % b);
▶ Start Practice Test