Need help with C++ program please

This is the question:

http://i231.photobucket.com/albums/ee256/skymack123/zzzzzz.jpg


And this is what it should look like:

http://i231.photobucket.com/albums/ee256/skymack123/zzzz.jpg


This is all I've gotten so far, and I'm pretty sure it's not right:



#include <iostream>
using namespace std;
int main()
{
cout << "Enter the annual interest rate on the account (e.g. .04): \n;
cout << "Enter the starting balance: \n";
cout << "How many months have passed since the account was established? \n";

Cout << "Month 1 \n";
Can anyone please write this program for me?
This is my first time taking a programming class, and it's way over my head. I also didn't know it was programming until the first day of class.


Thank you
Topic archived. No new replies allowed.