Solved

Consider the GetArea Method from the Textbook Shown Below

Question 3

Multiple Choice

Consider the getArea method from the textbook shown below: Consider the getArea method from the textbook shown below:   If line #1 was eliminated from the method, what would be the result when calling getArea?  A) A positive width would reduce the correct area by 1. B) We would lose our only recursive case. C) Nothing - the method would still work correctly. D) A negative or zero width would cause problems. If line #1 was eliminated from the method, what would be the result when calling getArea?


A) A positive width would reduce the correct area by 1.
B) We would lose our only recursive case.
C) Nothing - the method would still work correctly.
D) A negative or zero width would cause problems.

Correct Answer:

verifed

Verified

Related Questions