Skip to content

Instantly share code, notes, and snippets.

@thecopy
Created May 22, 2014 14:44
Show Gist options
  • Save thecopy/4675a830d8dfa436faeb to your computer and use it in GitHub Desktop.
Save thecopy/4675a830d8dfa436faeb to your computer and use it in GitHub Desktop.
MissileBattery r = new MissileBattery(6);
int i = 0;
int k = 0;
if (i != 0)
k = 5;
else
k = 6;
r.fire(k);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment