Last active
November 21, 2019 01:55
-
-
Save mario-rezende-ifood/4dc4feb66a1e49b0b173b4e6334a591f to your computer and use it in GitHub Desktop.
This file contains 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