#include <stdio.h>
#include <math.h>
main() {

int mon;
double price, finance, rate , mpay, tpay, r;

printf("Enter the price of the house (in $):");
...