[ad_1]
double sum = 0;
for (int i = age; i < 65; i++)
{
sum = sum + stSalary;
stSalary = stSalary * 1.05;
}
[ad_2]
solved I want to know where the error in my calculations ! 🙁 [closed]
[ad_1]
double sum = 0;
for (int i = age; i < 65; i++)
{
sum = sum + stSalary;
stSalary = stSalary * 1.05;
}
[ad_2]
solved I want to know where the error in my calculations ! 🙁 [closed]