User profile: jeaninem71

User info
User name:jeaninem71
History
Joined:
Number of posts:7
Latest posts:

Compound Interest program - 1 of 2 posts
Here is the code for the above program: [code] #include <iostream> #include <iomanip> #include <ccty...

Compound Interest program - 1 of 2 posts
I am going to need to put this in two posts, the assignment first, the code second. I am getting er...

Getting program to exit with user input
I have to exit the program when the user inputs e, but for some reason it continues. I am just not s...

Cell phone bill - passing by reference parameter
Thanks so much for the help! How do I get the plan description to output on the bill output instea...

Cell phone bill - passing by reference parameter
1) cannot get bill to output correctly 2) how do I output the description for the plan Write a p...