We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4b806 commit 5cd82e4Copy full SHA for 5cd82e4
1 file changed
Testers/ממן14/Tester.java
@@ -27,5 +27,15 @@ public static void main(String[] args) {
27
System.out.println(GOOD);
28
else
29
System.out.println(BAD);
30
+
31
+ /* Question 2 */
32
+ System.out.println("Question 2: ");
33
+ boolean biggestEvenSum = (ex14.what(arr) == 12) && (ex14.what(arr2) == 8) && (ex14.what(arr3) == 8) &&
34
+ (ex14.what(arr4) == 7) && (ex14.what(arr7) == 20);
35
+ if(biggestEvenSum)
36
+ System.out.println(GOOD);
37
+ else
38
+ System.out.println(BAD);
39
40
}
41
0 commit comments