Write a program the gives a monthly payment for a mortgage. Your inputs must have loan amount, interest rate, and duration of the loan. Use prompts for input to let the user know what to input. Use text or string to explain your results.
Your program must run with no errors. Your grade will be based on your code functionality
Name your python file assignment1_lastname. Please replace lastname with yours.
HW
Write a program the gives a monthly payment for a mortgage. Your inputs must have loan amount, interest rate, and duration of the loan. Use prompts for input to let the user know what to input. Use text or string to explain your results.
Your program must run with no errors. Your grade will be based on your code functionality
Name your python file assignment1_lastname. Please replace lastname with yours.
what have you tried so far?