Paste
Copy
Cut
Options

¡Tu solución está lista!

Nuestra ayuda de expertos desglosó tu problema en una solución confiable y fácil de entender.

Mira la respuesta
Texto de la transcripción de la imagen:
(ii) int x=1;//L1 int y=2;//L2 while (y<7) // L3 int tmp=x;//L4 x=y;//L5 y=y+tmp;//L6 \} System.out.println("Result ="+y);//L7 Complete the dry run table (you may not need all rows):