Question: MenuHelper Class API Page 1 of 1 Methods Identifier: display Menu String message, int min, int max) Parameters message The menu text that should be

MenuHelper Class API Page 1 of 1 Methods Identifier: display Menu String message, int min, int max) Parameters message The menu text that should be displayed min The minimum allowable menu option max The maximum allowable menu option Return Value: int-The choice selected by the user Other: This method should be static. When this method is called, it will display the String parameter which is the menu text which should include the possible selections. This method should then prompt the user to make a selection and perform value and type-safe user input checking until a user has made a valid selection. If the user does not enter an int value, they should be told "Please enter a number between Smin and Smax" where min and Smax are the values of the parameters min and max
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
