Skip to content

Instantly share code, notes, and snippets.

@nadvolod
Created January 22, 2016 00:28
Show Gist options
  • Save nadvolod/c4fb9a41387789818b16 to your computer and use it in GitHub Desktop.
Save nadvolod/c4fb9a41387789818b16 to your computer and use it in GitHub Desktop.
Sample code for an equivalence partition example
if(integerEntered >= 1 && integerEntered <= 5)
DisplayMessage(“Success”);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment