Skip to content

Instantly share code, notes, and snippets.

@hamoungh
Last active August 29, 2015 14:06
Show Gist options
  • Save hamoungh/7964724a916e25a2ae55 to your computer and use it in GitHub Desktop.
Save hamoungh/7964724a916e25a2ae55 to your computer and use it in GitHub Desktop.
public static void main()
{
int i = 3;
int l = i / 2;
int k = i % 2;
Systemu.out.print(l+" "+k);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment