Browse Source

Prak test gi

master
Orlando 1 year ago
parent
commit
6547a490d8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/Prak1/Zahlenfilter.java

+ 1
- 1
src/Prak1/Zahlenfilter.java 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);
}
}
}

Loading…
Cancel
Save