+ 1

Why does this problem print 2?

int a = 12 % 5; int b = ( a * a ) / a - a + a; System.out.print(b);

16th Aug 2019, 10:22 PM
Juan Debenedetti
Juan Debenedetti - avatar
0 Answers