Prak test gi

This commit is contained in:
Orlando 2023-10-26 15:57:03 +02:00
parent 6f3446f45e
commit 6547a490d8

View File

@ -20,7 +20,7 @@ public class Zahlenfilter {
if( x % 3 == 0){
System.out.println(i + " und " + (i-1) + " addiert ergeben "+ x + " und " + x + " ist durch 3 teilbar");
} else{
System.out.println(i);
System.out.println(i+1);
}
}
}