+ 3
BagJava
Please can who explain code below Why output 4? ing a = 9 % 5 % 5; System.out.println(a);
13th Dec 2017, 2:56 PM
Стрельбицкий Мирослав
1 Answer
+ 6
9 % 5 = 4 and 4 % 5 = 4
13th Dec 2017, 3:01 PM
Vukan
Often have questions like this?
Learn more efficiently, for free:



