¿Cuál es el valor de y? Int x = 0 ; Int y = 0 ; while ( x < 10 ) { y = y x; x ; } System. Out. Printf(y);.