Skip to content

Instantly share code, notes, and snippets.

@lrlucena
Created March 15, 2019 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lrlucena/15a77a75d57eb7fe22f722cf1e31502a to your computer and use it in GitHub Desktop.
Save lrlucena/15a77a75d57eb7fe22f722cf1e31502a to your computer and use it in GitHub Desktop.
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