Question: Create the logic for the following program: (15 points) A program that calls a method that computes and returns a homeowners profit from the homes
Create the logic for the following program: (15 points)
A program that calls a method that computes and returns a homeowners profit from the homes sale. Arguments passed to the method include the sale price and the following which must be deducted from the sale price: mortgage payoff, realtors commission, title insurances fee, and transfer tax amount.
(hint: profit= saleprice-(payoff+comm+fee+tax))
(hint: ask user to enter the value for variables in main then pass the variable to method{ calculateprofit})
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
