Fill in the textboxes with the text that should go in the sp…

Fill in the textboxes with the text that should go in the spot on the same line with a _____ in the below code so that each variable is declared as the type it stores and each call to print_variable passes in an int*. Fill in the printf in print_variable so that the number stored in the parameter is printed. If a variable declaration will not work or a call is made using a variable that will not work write the word broken in the box. If no * or & are needed in a call write ok in the box. void print_variable(int* var) { printf(“%d\n”, ______); } int main() { int a = 17; ______ b = a; ______ c = *a; ______ d = &a; ______ e = &&b; ______ f = &d; ______ g = *f; print_variable( ____a ); print_variable( ____b ); print_variable( ____c ); print_variable( ____d ); print_variable( ____e ); print_variable( ____f ); print_variable( ____g ); }

For Problems 15 – 20 select FOUR of these problems.  Write “…

For Problems 15 – 20 select FOUR of these problems.  Write “SKIP” for only one of these 5 problems.   P5A 5. A borrower can obtain a $160,000 loan with a 6 percent interest rate and monthly payments. The loan is to be fully amortized over 25 years.  Alternatively, he could obtain a $180,000 loan at a 5.75 percent rate for 30 years if she agrees to pay 5 points at closing. What is the incremental cost of borrowing the additional funds (Please show what you enter into the cash flow buttons, if you use them)? 

25. Work this problem   An investor has $60,000 to invest in…

25. Work this problem   An investor has $60,000 to invest in a $280,000 property. He can obtain either a $220,000 loan at 9% for 20 years, with 3 points charged at closing, or a $180,000 loan for 8.875% 20 years AND a second mortgage for $40,000 at 13.5% for 10 years.  All loans require a monthly payment and are fully amortizing. A.  What is the best alternative if the property is held to maturity (Justify your answer– which offers the cheapest cost to the borrower?)? B. What is the best alternative if the property is held for 7 years (justify your answer)?