Question: Using c# For problems #1-5, create a single console application. In it (and outside the curly brackets of class program), create a class MyLab06. All
Using c#
For problems #1-5, create a single console application. In it (and outside the curly brackets of "class program"), create a class "MyLab06". All the following functions (Q#1-5) must be defined in this new class with public scope. Also illustrate calling each function from void main in the class "program". Each problem is worth 20pts.
- Develop a public function that displays a prompt to a user to enter a numeric value, checks that it is a numeric value within a specified range (if not, displays an error message and again displays the prompt), and returns the result (as type double). The prompt to display must be passed as an argument to the function. The range should also be passed as optional min and max arguments (use largest negative and positive double values as defaults).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
