Write a program in C++ which adds, subtracts, multiplies, divides and perform exponentiation on two specific numbers. The two numbers should be entered by the user. Each output should include a string describing what the numerical output is being displayed.
Use the switch blockso that the user is able to selectwhich mathematical function to perform. Make sure the program has a neat menu for the user to use to select their choice. Also, avoid having the computer perform a division by zero if the user attempts it by outputting a warning message in its place (You can use an if statement to execute this). Include your C++ source code as well as the output of your program in your submission
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here