Etiqueter une boucle while”"

Author:
{filelink=4631}
public class WhileEtiquete {

  public static void main(String[] args) {

    int i = 0;

    outer:

  

Etiqueter une boucle while”"

Author:
{filelink=4631}
public class WhileEtiquete {

  public static void main(String[] args) {

    int i = 0;

    outer: