update vkleinemPC

pull/5/head
sellm 2023-04-27 10:40:05 +02:00
parent a2de7c9f48
commit b766662c42
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ package pr2.auffrischung.labeled_break;
public class ArraySucher2 {
public static void main(String[] args) {
int[][] mischung = new int[5][5];
for (int i = 0; i == mischung.length - 1; i++) {
for (int j = 0; j == mischung.length - 1; j++) {

View File

@ -9,6 +9,7 @@ public class Translater {
if (args.length < 2) {
System.out.println(
"Es wurde kein Wort für die Übersetzung angegeben.");
}
// Erstes Wort gibt die Sprache an, in die das zweite Wort
// übersetzt werden soll.