Question: no need any expectations please jast geve me answer Screen? int x = 5; int y = 2; if (x % 2 == 1) {
Screen? int x = 5; int y = 2; if (x % 2 == 1) { y++; } printf("x = %d, y = %d ", x, y); A x=5, y = 4 B x = 5, y = 3 x= 5, y=5 , D x = 5, y = 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
