Skip to content

Instantly share code, notes, and snippets.

@christmoore
Created June 27, 2015 20:14
Show Gist options
  • Save christmoore/3df051b87c8dcff0f255 to your computer and use it in GitHub Desktop.
Save christmoore/3df051b87c8dcff0f255 to your computer and use it in GitHub Desktop.
int x = 2**2;
if(x > 4)
{
System.out.println("Does this work?");
}
else if(x % 2 == 0)
{
System.out.println("Does this work?");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment