Task
Write a C/C++ program to emulate a simple calculator that can calculate and display the results of performing one of the following arithmetic operations between two integer numbers (+, -, *, /).
The Calculator program should print a message to the user ask him to enter the values of numbers and the required arithmetic operation to be performed After a user enter the required information, the program print the result on the display
This program should be run on the Mbed MCU.
The messages and the result should be displayed on the host's display through the TeraTerm Emulator, while the required data for this program should be entered through the Teraterm Emulator using the host's keyboard You should write your code for this program using: If else statement Switch statement.