Normal
[CODE=java]//Obere Begrenzung System.out.print("+"); for(int b=0;b<breite;b++) { System.out.print("-"); } System.out.print("+"); System.out.println(); //Body System.out.print("|"); for(int c=0;c<breite;c++) { System.out.print(" "); } System.out.println("|"); //System.out.println(); System.out.print("|"); for(int d=0;d<breite;d++) { System.out.print(" "); } System.out.println("|"); System.out.print("|"); for(int e=0;e<breite;e++) { System.out.print(" "); } System.out.println("|"); //System.out.println(); System.out.print("|"); for(int f=0;f<breite;f++) { System.out.print(" "); } System.out.println("|"); System.out.println("|"); //System.out.println(); System.out.print("|"); for(int j=0;j<breite;j++) { System.out.print(" "); } System.out.println("|"); System.out.println("|"); System.out.println("|"); //System.out.println(); System.out.print("|"); for(int k=0;k<breite;k++) { System.out.print(" "); } System.out.println("|"); [/CODE]Also ich bezweifle, dass dies zum richtigen führt
[CODE=java]//Obere Begrenzung
System.out.print("+");
for(int b=0;b<breite;b++) {
System.out.print("-");
}
System.out.println();
//Body
System.out.print("|");
for(int c=0;c<breite;c++) {
System.out.print(" ");
System.out.println("|");
//System.out.println();
for(int d=0;d<breite;d++) {
for(int e=0;e<breite;e++) {
for(int f=0;f<breite;f++) {
for(int j=0;j<breite;j++) {
for(int k=0;k<breite;k++) {
[/CODE]
Also ich bezweifle, dass dies zum richtigen führt