...

/

Challenge: Build a Calculator Application

Challenge: Build a Calculator Application

In this lesson, you will learn to build a simple calculator using switch and case statements.

Problem statement #

Write a calculator program that supports arithmetic operations. You are given three variables:

  • operation, which contains the
...