Skip to content

Instantly share code, notes, and snippets.

@seddik
Created September 4, 2014 23:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seddik/15419da8085d38f0a802 to your computer and use it in GitHub Desktop.
Save seddik/15419da8085d38f0a802 to your computer and use it in GitHub Desktop.
string width = Console.ReadLine();
if(width>20)
{
Console.WriteLine("Sorry you can't park in this garage, you truck is too wide :(");
}
else
{
Console.WriteLine("All is ok, you can park safely, and don't forget to turn your engine off :)");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment