Exercise 2: Implementing Calculator
Let's implement a calculator by using Switch statements
We'll cover the following...
Problem statement
Write a code that will take the following:
Two
float
type variables namednum1
andnum2
...