Challenge 2: Making a Calculator
In this exercise, you are required to implement a calculator by using Switch statements.
Problem Statement
Write a code which will take:
- 
Two variables named num1andnum2
- 
a stringtype variable calledOperatorwhich will be passed as ...