What will be the output of the following code snippet? int a = 10; int b = 5; System.out.println(a % b);