Latest self Aptitude Question SOLUTION: What is the value of x after the following code fragment is executed? a = 9, b = 8, c = 4 if (c divides a) { if (b > c) { x = 1 } else { x = 2 } } else { if (c divides b)