Skip to content

Commit b667cc8

Browse files
committed
spelling
1 parent 364e936 commit b667cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

calculate componding interest/calculate componding interest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)