Hi, here is my suggestion:
- Move the strawberry.CalculatePrice(); up, before the line System.out.println( strawberry.toString() );
- Do not call PurchaseQuantity() in the toString() method,...