You are asked to create a method that accepts an array of integers and returns the highest value from that array.
Given the code fragment:
Which method signature do you use at line n1?
Given the following class:
Which two changes would encapsulate this class and ensure that the area field is always equal to length heightwhenever the Rectangle class is used?