Write a program that uses the switch statement to perform the correct operation (addition, subtraction, multiplication or division). The program prompts the user to enter an operator (+, or -, or *, or /) and two integers. Based on the type of operator, the program computes the result: either adds or subtracts, or multiplies, or divides the two numbers.
NOTE: Make sure your answer is right and I can run it in visualstudio program to take the rate.