Need Help@Hanst99: That's right, it's IDE, not compiler. I think that was my bad since I asked earlier... it ...
Need HelpYou're getting there though. You're going to have change [code]int name[/code] to [code]string name[...
Need HelpThat maybe because you have the variable name setup as an integer right now. Also when you output th...
Need HelpYes, double or float would work. And yes, [code]cout[/code] on those would output them to the screen...
Need HelpFirst thing is use code tags for your code... it makes it a lot easier to read. Second, you're using...