User profile: Cre8ivPwr

User info
User name:Cre8ivPwr
Name:Jason Beers
Location:Charleston, SC, USA
History
Joined:
Number of posts:5
Latest posts:

How to name array elements in a for loop
Okay, 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 loop
Maybe 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 loop
Awesome, 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 loop
Hi Everyone! First Post!! I am writing a program that asks the user to input their mileage for e...