...

/

Exercise 2: Implementing Calculator

Exercise 2: Implementing Calculator

In this exercise, you are required to implement a calculator by using Switch statements

We'll cover the following...

Problem Statement

Write a code which will take:

  • Two float type variables named num1 and ...