I am trying to write an array where the user inputs three years worth of sales data by month.
First issue, I am inputting all three years in month one as opposed to inputting
month one - year one volume, then eventually moving to year 2 volume after I go past December.
The second issue, and what I care most about, is my program is not displaying the rows in the 'cout'. Its a mess!
My code stinks, I know, I am just trying to learn about multi-dimensional arrays and thought this a good exercise, but I am struggling.
I don't expect an answer(code), but any guidance in helping me to understand where I am making my mistake would be greatly appreciated.