Skip to content

Instantly share code, notes, and snippets.

@madhephaestus
Forked from christmoore/ifquiz.groovy
Created March 5, 2016 23:41
Show Gist options
  • Select an option

  • Save madhephaestus/4870b92ba9b30314e554 to your computer and use it in GitHub Desktop.

Select an option

Save madhephaestus/4870b92ba9b30314e554 to your computer and use it in GitHub Desktop.
int x = 2**2;
if(x > 4)
{
System.out.println("Does this work?");
}
int i = 9;
if(i % 2 == 1)
{
System.out.println("Does this work?");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment