User profile: MikeyBoy

User info
User name:MikeyBoy
History
Joined:
Number of posts:175
Latest posts:

Sum of row of 2D array
Every time your outer loop begins another pass, you reset [code]rowTotal [/code]to zero. So the val...

Output is Incorrect
You're passing [code]score1[/code], [code]score2[/code], [code]score3 [/code]and [code]score4 [/code...

Error Message
On line 52, you declare a local variable [code]money[/code], which is an array of characters. On li...

code errors
If 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...