Description of Conditional Statements: Case Statements :
This tutorial illustrates the benefits of Case statament to check for more than one value within functions and helps to perform different processes according to the matched value. Typically input can be got from users via form like modules which determine which process should be done and explains the Case Else function to perform a default or common task in Case statments.