nofzingerjustin4152 nofzingerjustin4152 19-04-2024 Computers and Technology contestada Consider the following program:1 /* PRE: x > y */2 while (x > y)3 {4 y = y/2;5 X = x/3;6 }In order to argue about the termination, which of the following quantities should be considered to be reduced at each iteration?a. x+yb. x-yc. yd. x