CE – Return, Reference and Overload

You are going to create a simple calculator. The program should call a function to display a menu of three options:a. 1 – Integer Mathb. 2 – Double Mathc. 3 – Exit ProgramThe program must test that the user enters in a valid menu option. If they do not, the program...