Write 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 the uppercase initial, lowercase initial, or the arithmetic symbol. Perform the arithmetic operation that the user selects and display the results. Save the file as FlexibleArithmeticChoice.cpp.