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