cosider the following program
int x =10,y=0; co while (x != y) { x = x – 1; y = y + 1; //{await (x==y);}x=8;y=2; oc
explain what it takes the pr