What is the result of the following code? byte x = 23, y = 4; int z = 23 % 4; System.out.println(z);
Reveal answer
Fill a bubble to check yourself
What is the result of the following code? byte x = 23, y = 4; int z = 23 % 4; System.out.println(z);