Skip to content

Instantly share code, notes, and snippets.

@christmoore
Created June 27, 2015 20:17
Show Gist options
  • Save christmoore/831a897d58b1753f982f to your computer and use it in GitHub Desktop.
Save christmoore/831a897d58b1753f982f to your computer and use it in GitHub Desktop.
for (int i = 1; i <= 1001; i += 2)
{
System.out.println(i);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment