Formatierung
parent
5e587fc926
commit
909f984754
|
@ -5,9 +5,9 @@ public class DemoConsole {
|
|||
System.out.println("Gelesener Text: " + text);
|
||||
|
||||
System.out.println("Text eingeben: ");
|
||||
char [] ca = Console.readCharArray();
|
||||
char[] ca = Console.readCharArray();
|
||||
System.out.println("Gelesenes char-Feld: ");
|
||||
for(char celement: ca)
|
||||
for (char celement : ca)
|
||||
System.out.print(celement);
|
||||
System.out.println();
|
||||
|
||||
|
|
Loading…
Reference in New Issue