...

/

Exercise 2: Implementing Calculator

Exercise 2: Implementing Calculator

Let's implement a calculator by using Switch statements

Problem statement

Write a code that will take the following:

  • Two float type variables named num1 and num2 ...