maximum of 1 and 3 is 3 PASSED | |
maximum of 7 and 4 is 4 FAILED | |
Math.max(a, b) == c | |
| | | | | | | |
| 7 7 4 | 4 | |
| false | |
class java.lang.Math | |
maximum of 0 and 0 is 0 PASSED |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment