Compare commits
2 Commits
c5aea85965
...
ba08c6f6b0
Author | SHA1 | Date | |
---|---|---|---|
|
ba08c6f6b0 | ||
|
a9d7e841f5 |
@ -1,7 +1,21 @@
|
|||||||
|
public class CorrectTest {
|
||||||
|
int a;
|
||||||
|
boolean b;
|
||||||
|
char c;
|
||||||
|
|
||||||
public class Run {
|
public void controlStructures(int adf, boolean bool) {
|
||||||
public static void main(String[] args) {
|
if (a > (10 + 8)) {
|
||||||
// Test t = new Test();
|
} else {
|
||||||
// System.out.println(t.test());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
while (a > adf) {
|
||||||
|
a--;
|
||||||
|
}
|
||||||
|
|
||||||
|
for (int i = 0; i < 5; i++) {
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user