Newest questions tagged c++ - Stack Overflow
Monthly Payment in a C++ program to calculate loan payment details always evaluates to 1
I have CS homework to make a program in C++ that will list information based on data that the user inputs that is supposed to give you the monthly payment for a loan. My problem is that I put the formula in exactly as th
View original source