This website works better with JavaScript.
Home
Explore
Help
Sign In
boynyor93248
/
Prog3_A
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Prak test gi
master
Orlando
1 year ago
parent
6f3446f45e
commit
6547a490d8
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
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
);
}
}
}
Write
Preview
Loading…
Cancel
Save