Compound Interest program - 1 of 2 postsHere is the code for the above program: [code] #include <iostream> #include <iomanip> #include <ccty...
Compound Interest program - 1 of 2 postsI 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 inputI 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 parameterThanks 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 parameter1) cannot get bill to output correctly 2) how do I output the description for the plan Write a p...