CODERS CLUB MEETING
SATURDAY 7th December,2013
SESSION: 50
COURSE: CODING
COURSE LESSON: Javascript
ACTIVITY: Conditional Statement in Javascript
Lesson Exercise: Weather Forecast
1.When the weather is below 18 degrees but above 0 degree,display("it is cold")
2.When the weather is above 25 degrees but less than 28 degrees display ("It is warm")
3.When the weather is more than 28 degrees but less than 36 degrees display("It is very hot")
4.When the weather is less than 0 degrees celcius or above 36 degrees,display we are experiencing abnormal weather