Question: In TODO 9 , you will implement the simulate_account_balance_pp function. The function has the exact same parameters as the simulate_account_balance function that you implemented earlier.
In TODO 9, you will implement the simulate_account_balance_pp function. The function has the exact same parameters as the simulate_account_balance function that you implemented earlier.
The only difference is that simulate_account_balance_pp utilizes the pretty_print_int, pretty_print_dollars, make_field, and make_line functions to format the output that is printed to the terminal to look like the following:
+------++------------+ | Year || Balance | +------++------------+ | 2 || $10,485.88 | | 4 || $11,022.93 | | 6 || $11,587.49 | | 8 || $12,180.96 | | 10 || $12,804.82 | +------++------------+ Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
