int x = 2, y = 2, z = 1; What is the value of x after the June 6, 2022 by admin โช Choose the correct option.int x = 2, y = 2, z = 1; What is the value of x after the following statmements? if (x = y%2) z = x; else z=y;A. 0B. 2C. 1D. Compilation Error Submit Answer