reedcalyncr7645 reedcalyncr7645 29-04-2024 Engineering contestada For the following method getPrice(), use substitution to simplify the clauses, then rewrite the method. if ((listPrice >= retailPrice) && (getCoupon == false)){listPrice = listPrice + tax}else {listPrice = retailPrice + tax}