Created
March 15, 2019 17:32
-
-
Save lrlucena/15a77a75d57eb7fe22f722cf1e31502a 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
var saida = java.lang.System.out; | |
var n = -3; | |
if (n>0) | |
if (n<10) | |
saida.println("A"); | |
else | |
saida.println("B"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment