Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
c++ x 3
Member Avatar for Juliebadeya

Here is the mortgage calculation in C++ but I don't know why the table dosn't print out when I make run. #include <cstdlib> #include <iostream> #include <cmath> #include <iomanip> #include <string> using namespace std; bool exit_p=false; unsigned short select_opt1(); void cont(); void second_opt1(); void first_opt1(); void print_table(unsigned short mm,unsigned short …

Member Avatar for jameson91
-1
105
Member Avatar for Juliebadeya

Please help me in this homework. /* mortgage -- calculates the amount of a monthly mortgage payment based on the * principal (i.e., the amount borrowed), the annual percentage rate (APR), and * the number of years to payoff the loan. Prints an amortization schedule (table). * * The program …

Member Avatar for William Hemsworth
-1
1K