Question: WeatherInfo - weekDay : string - highTemp : int - lowTemp: int -rainFa double + WeatherInfo () + WeatherInfo (day:string, hi:int, lo:int, rain:double) + getWeekDay

 WeatherInfo - weekDay : string - highTemp : int - lowTemp:int -rainFa double + WeatherInfo () + WeatherInfo (day:string, hi:int, lo:int, rain:double)+ getWeekDay () : string +getHighTemp int +getLowTemp ): int + getRainFall

WeatherInfo - weekDay : string - highTemp : int - lowTemp: int -rainFa double + WeatherInfo () + WeatherInfo (day:string, hi:int, lo:int, rain:double) + getWeekDay () : string +getHighTemp int +getLowTemp ): int + getRainFall () : double + setWeekDay (day:string) : void + setHighTemp (degrees:int) : void + setLowTemp (degrees:int) : voicd + setRainFall (inches: double) : void + toString) : strin

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!