Question: write in c sharp please 1. Develop a public function that displays a prompt to a user to enter a numeric value, checks that it
1. 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
