if (option == 3)
{
{
pmt = (percentage * earnings);
cout << "pmt is " << pmt << endl;
wr = (0.06 / 52.0);
cout << "wr is " << wr << endl;
n = (52 * actualage);
cout << "n is " << n << endl;
retirement = pmt * ((1 + wr)n - 1) / wr);
cout << "You will have $" << retirement << " saved when you retire." << endl;
}
garber -3 Newbie Poster
jonsca 1,059 Quantitative Phrenologist Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.