Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.41K
~105 People Reached
Favorite Forums
Favorite Tags
c++ x 1
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