How to name array elements in a for loopOkay, I did 2 different arrays and it works perfectly...below is the code. I'm very new to C++ so i...
How to name array elements in a for loopMaybe I need 2 arrays? 1 for the month names and another for the monthly amounts the user submits? ...
How to name array elements in a for loop@hamsterman - Well, I do want to read numbers into Monthly[M], but I just wanted the cout in the loo...
How to name array elements in a for loopAwesome, thanks for your help. But I do get some errors. The error (repeated) is on the cin >> lin...
How to name array elements in a for loopHi Everyone! First Post!! I am writing a program that asks the user to input their mileage for e...