Lab 4 PreLab

We will be implementing the calculator by:

    1. Taking the parameters from the user

    2. Passing those to the functions. 

    3. And returning a value.

We will be reviewing the various loops (if else, while,for) and switch case .