Computer Programming Assignment, APU, Malaysia Write a C function named CalDeposit() that calculates the amount of deposit money that needs to be prepared by the home buyer
Question 1 Write a C function named CalDeposit() that calculates the amount of deposit money that needs to be prepared by the home buyer. The function will receive the house price and return the deposit money. Below is the formula to calculate the deposit money: deposit = 10% * house...