File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
calculate componding interest Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -278,8 +278,9 @@ void getStartingValuesFromUser(finance& financialSituation){
278278void displayWelcomeText () {
279279 std::cout << " Finance calculator v 0.1" << std::endl;
280280 std::cout << " Calculate the effect of compounding interest and inflation on buying power in \" Today's money\" over a given number of \n " <<
281- " years. This wil help you eveluate your savings and investment plan. It will note the years from now when you could \n " <<
282- " expect to retire with your current lifestyle. This will be three percent annualy of your total capital" << std::endl << std::endl << std::endl;
281+ " years. This wil help you eveluate your savings and investment plan." << // " It will note the years from now when you could \n" <<
282+ // "expect to retire with your current lifestyle. This will be three percent annualy of your total capital" <<
283+ std::endl << std::endl << std::endl;
283284}
284285
285286void doTheMath (finance& financialSituation) {
You can’t perform that action at this time.
0 commit comments