Given the following class:
Which two changes would encapsulate this class and ensure that the area field is always equal to length * height whenever the Rectangle class is used?
Given:
And given the code fragment:
What is the result?
Given the code fragment:
Which modification enables the code to print 54321?