User profile: hpfreak080

User info
User name:hpfreak080
Name:Sarah
History
Joined:
Number of posts:19
Latest posts:

i want this answer rapidly plz
FYI, nobody's going to write your code for you. jsmith gave some very good information. Think abo...

Question
You're welcome. I got the "uninitialized variable" error too but it was because average wasn't set e...

Question
it's because you didn't change [code]average = rainAmt[num];[/code] to [code]average += rai...

Question
sorry, I think you misunderstood me. I meant to do it like this: [code]double GetAverage(int rain...

Question
also, you should initialize average [code]int average = 0[/code] Your compiler may yell at you...