Practice Test Geeks home

1Z0-811 Java Language Fundamentals

What will be the output of the following code snippet?
int a = 10;

int b = 5;

System.out.println(a % b);

Select your answer