Answered You can hire a professional tutor to get the answer.
I need to use a program with windows PowerShell that can display a menu with these following options: Multiply B. Divide C. Add D. Subtract E.
I need to use a program with windows PowerShell that can display a menu with these following options:
A.
Multiply
B.
Divide
C.
Add
D.
Subtract
E.
Quit
i) The program needs to then capture the choice made
ii) Process the response choice into action by asking 2 additional integers
A.
For example: user has selected multiply. The program will ask for what numbers that need to be multiplied.
4) The program should then be able to perform the action and then display the correct output.
5) The program should then ask if additional actions need to be done before proceeding on.
6) Program should cancel when the Quit option is entered into the menu.