a program which mimics a calculator. It should take two in- tegers a program which mimics a calculator. It should take two in-tegers as inputs and the operation to perform. It should then outputthe numbers, the operator, and the answer. You can initially buildthis as a menu which prompts for the numbers and operation toperform. Your program should be able to handle +, -, /, and x opera-tions. Computer Science Engineering & Technology C++ ProgrammingComputer Information 360