Question: In C#, I need a method with the following specifications: name : DisplayMenu arguments : none return value : none tasks : display the following
In C#, I need a method with the following specifications: name:DisplayMenu arguments: none return value: none tasks: display the following menu choice on the screen Calculation Menu 1) Calculate Sum 2) Calculate Sum of Squares 3) Calculate Sum of Cubes 0) To Exit Enter the number that corresponds to your choice: You may beautify the output to your own likings. You don't have to implement the functionalities of the various menu choices at this stage Call this method from your main
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
