Create a Calculator Program

# Introduction In this lab, you need to create a program that acts as a calculator, taking input values for two numbers and an operator, and using a switch statement to perform the corresponding calculation and display the result or print "Invalid Operator" if the input operator is not one of the four specified values.

|60 : 00

Click the virtual machine below to start practicing