Explorar el Código

Mise à jour de 'Creation_liste.jar'

master
TheBidouilleur hace 3 meses
padre
commit
7aef1d80a0
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      Creation_liste.jar

+ 2
- 0
Creation_liste.jar Ver fichero

@@ -13,6 +13,8 @@ public class AddElement {
RDC.add(7, "Miami");
RDC.add(8, "New Orlean");
RDC.add(9, "Foyer");
RDC.add(10, "Alexandrie");
RDC.add(11, "Cayenne");
System.out.println(RDC);
ArrayList<String> Est_RDC = new ArrayList<>();