i want this answer rapidly plzFYI, nobody's going to write your code for you. jsmith gave some very good information. Think abo...
QuestionYou're welcome. I got the "uninitialized variable" error too but it was because average wasn't set e...
Questionit's because you didn't change [code]average = rainAmt[num];[/code] to [code]average += rai...
Questionsorry, I think you misunderstood me. I meant to do it like this: [code]double GetAverage(int rain...
Questionalso, you should initialize average [code]int average = 0[/code] Your compiler may yell at you...