Program development -- 2

Job ID: 33626944

Budget: $30 – $250 USD

Standard Mode: If the user selected this mode, then the program should prompt the user to enter two numbers. Then a menu of basic operations: addition, subtraction, multiplication, division, and modulus, will be displayed. The user will select from this menu an operation to be performed on the two numbers. The program then displays the result.
2) Scientific Mode: A menu with three options, similar to the one below (menu 1), will be displayed. The user should select one of the three options. Another menu (menu 2) will be displayed based on the user selection. In menu 2 you will list all corresponding mathematical functions which can be implemented. Based on user selection from menu 2, the program prompts the user to enter number(s), run the selected function and then displays the result.