Purchase Solution

Code Blocks C++

Not what you're looking for?

Ask Custom Question

Write a program that lets the user
enter a starting amount of cash in their bank account, an interest rate (in percent) and
calculates the value of their account after 30 years (assume interest is credited to the
account at the end of every year). Print out the account balance at the end of each
year. (using for loops.)

Purchase this Solution

Solution Summary

The expert examines code blocks for c++.

Purchase this Solution


Free BrainMass Quizzes
Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

Javscript Basics

Quiz on basics of javascript programming language.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.