Question: You have to prepare this program in C++ language
Prepare a program that allows the user to enter two numeric values. Then let the user enter a single character as the desired operation, for example 'A', 'a', or '+' for add.
The user should be able to enter uppercase initial, lowercase initial, or the arithmetic symbol. Perform the arithmetic operation that the user selects and displays the results.
This is in Object Oriented Programming Using C++. I don't need a bunch of code that has not been learned yet.