few days ago chatting with a friend on how to use Java cycles for ArrayList
\u0026lt;String> ; arrayImports \u0026lt;String> = new ArrayList ();
He used how are you sentences for (int i = 0; i \u0026lt;arrayImports.size (); i + +) {
salida.println (arrayImports . get (i). toString ());}
tells you could improve your code salida.println (arrayImports . get (i). toString ());}
for (String t: arrayImports)
; salida.prinltn (t);
0 comments:
Post a Comment