Skip to content

Instantly share code, notes, and snippets.

@droyad
Created April 30, 2012 01:10
Show Gist options
  • Save droyad/2554648 to your computer and use it in GitHub Desktop.
Save droyad/2554648 to your computer and use it in GitHub Desktop.
double x = 0;
while(x != 30)
x += 0.3;
System.Console.WriteLine("Done: " + x);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment