Skip to content

Instantly share code, notes, and snippets.

@aetos382
Last active July 19, 2016 09:21
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 aetos382/b33e8cbe32881c3cbb380816a1139319 to your computer and use it in GitHub Desktop.
Save aetos382/b33e8cbe32881c3cbb380816a1139319 to your computer and use it in GitHub Desktop.
case (order)
{
case "Small Coffee":
return 5.0;
case "Small Coffee. please.":
return 3.0;
case "Hello, one small coffee please.":
return 1.75;
default:
throw new OrderCantRecognizedException();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment