Sum of row of 2D arrayEvery time your outer loop begins another pass, you reset [code]rowTotal [/code]to zero. So the val...
Output is IncorrectYou're passing [code]score1[/code], [code]score2[/code], [code]score3 [/code]and [code]score4 [/code...
Error MessageOn line 52, you declare a local variable [code]money[/code], which is an array of characters. On li...
code errorsIf you actually read your compiler errors, paying attention to the line numbers in them, I'm sure yo...
How to get classes to work with each other[quote] really think I'm making this too hard, because we haven't gotten to the part of the book tha...