Question: Java. Code 3)- EncapsulatedNumber Write a class called EncapsulatedNumber that contains a private number field. The value of the number is not allowed to be
Java. Code 3)- EncapsulatedNumber Write a class called EncapsulatedNumber that contains a private number field. The value of the number is not allowed to be less than zero or greater than 100. Provide an addSeven method that adds seven to the number. Provide a subtractTwo method that subtracts two from the number. Use a private boolean field which is set to true when one of the methods attempts to set the number out of range Write a driver class whose main method creates an EncapsulatedNumber, and calls the addSeven and subtractTwo methods in a loop. Terminate the loop when the boolean field has the value of true
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
