Created
December 11, 2019 16:03
-
-
Save mariorez/a67aed8cd91175a7ff9fea90e65b17cc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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