Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

NOTE: must be C++ in Microsoft Visual Studio NOTE: only include screenshots of code in MSVS Compute and output compound interest on $1000.00 for 10

NOTE: must be C++ in Microsoft Visual Studio

NOTE: only include screenshots of code in MSVS

Compute and output compound interest on $1000.00 for 10 years at interest rates of 5%, 6%, 7%, 8%, 9% and 10%

This is an exercise in creating nested loops. You must have an inner loop that calculates compound interest via

For 1 to 10 amt = rate*amt + amt;

You should have an outer loop that iterates the rate from 0.05 to 1.0.

Interest on $1000.00 over 10 years

rate total

0.05 $1628.89

0.06 $1790.85

0.07 $1967.15

0.08 $2158.92

0.09 $2367.36

0.1 $2593.74

Press any key to continue . . .

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle Database Foundations Technology Fundamentals For IT Success

Authors: Bob Bryla

1st Edition

0782143725, 9780782143720

More Books

Students also viewed these Databases questions

Question

Solve for x: 2(3x 1)2(x + 5) = 12

Answered: 1 week ago

Question

=+what information would you need about the compact disc industry?

Answered: 1 week ago