johns-branch #17
@ -4,14 +4,14 @@ public class AllFeaturesClassExample {
|
||||
char c;
|
||||
|
||||
public void controlStructures(int adf, boolean bool) {
|
||||
// if (a > (10 + 8)) {
|
||||
// } else {
|
||||
// }
|
||||
//
|
||||
//
|
||||
// while (a > adf) {
|
||||
// a--;
|
||||
// }
|
||||
if (a > (10 + 8)) {
|
||||
} else {
|
||||
}
|
||||
|
||||
|
||||
while (a > adf) {
|
||||
a--;
|
||||
}
|
||||
|
||||
for (int i = 0; i < 5; i++) {
|
||||
}
|
||||
@ -20,14 +20,14 @@ public class AllFeaturesClassExample {
|
||||
}
|
||||
|
||||
// void logicalOperations() {
|
||||
// // Logische UND-Operation
|
||||
// Logische UND-Operation
|
||||
// if (b && a > 5) {
|
||||
//// System.out.println("a ist größer als 5 und b ist wahr");
|
||||
// System.out.println("a ist größer als 5 und b ist wahr");
|
||||
// }
|
||||
//
|
||||
// // Logische ODER-Operation
|
||||
|
||||
// Logische ODER-Operation
|
||||
// if (b || a < 5) {
|
||||
//// System.out.println("b ist wahr oder a ist kleiner als 5");
|
||||
// System.out.println("b ist wahr oder a ist kleiner als 5");
|
||||
// }
|
||||
// }
|
||||
|
||||
|
@ -14,8 +14,8 @@ public class AllFeaturesClassExample {
|
||||
a--;
|
||||
}
|
||||
|
||||
// for (int i = 0; i < 5; i++) {
|
||||
// }
|
||||
for (int i = 0; i < 5; i++) {
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user