cin in Loop ProblemHave you tried using [code]cin.fail();[/code] ? (returns a boolean value [1 if user enters an incor...
Need help with very simple C++ programjust change your while loop to: [code]while (again != "n" || again != "N")[/code]
Error in my code!!! Need help please!!Try this, see if it runs correctly, and if you have any questions feel free to ask, I will be happy ...
turn this array to add into a moltiplicationI would be surprised if this actually ran, have you tried compiling it? When declaring arrays you ne...
basic compound interest programNo prob.