Consider a java class that you could use to get an


The solution should be run in Java

Consider a Java class that you could use to get an acceptable integer value from the user. An object of this class will have the attributes

Minimum accepted value
Maximum accepted value
Prompt string

and the following method:

getValue displays the prompt and reads a value using the class Scanner. If the value read is not within the allowed range, the method should display an error message and ask the user for the new value, repeating these actions until an acceptable value is entered. The method then returns the value read.

a. Write preconditions and postconditions for the method getValue.
b. Implement the class in Java.
c. Write some Java statements that test the class.

 

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Consider a java class that you could use to get an
Reference No:- TGS0646586

Expected delivery within 24 Hours