File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
calculate componding interest Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ void getStartingValuesFromUser(finance& financialSituation){
257257 askAndGetAnswerFromConsole (" What is the expected yield of your portofolio: (%)" , yearlyAverageYieldInvestment);
258258 askAndGetAnswerFromConsole (" How much are you planning to invest each month?" , monthlyInvestmentPortofolio);
259259 askAndGetAnswerFromConsole (" What is the value of your home:" , valueOfHouse);
260- askAndGetAnswerFromConsole (" What is the avarage yearly value increase on realestate in your area?" , realEstateYearlyYield);
260+ askAndGetAnswerFromConsole (" What is the avarage yearly value increase on realestate in your area? (%) " , realEstateYearlyYield);
261261 askAndGetAnswerFromConsole (" What is your current mortgage" , amountOfMortage);
262262 askAndGetAnswerFromConsole (" What is the interest rate on your mortgage (%)" , interestOnMortage);
263263 askAndGetAnswerFromConsole (" How many years are left on your mortage" , yearsLeftOnMorgage);
You can’t perform that action at this time.
0 commit comments