CODERS MEETING
Saturday 7th December , 2013.
Session 50
COURSE: CODING
COURSE LESSON: Java Script
ACTIVITY: Conditional Statements in JavaScript
Lesson Exercise:Weather Forecast.
Giving the weather to be 18 degrees celcius create a JavaScript programme that does
1.When the weather in below 18 degrees but above 0 degrees, display ("It is cold.")
2.When the weather in above 25 degrees but less than 28 degrees,display ("It is warm.")
3.When the weather is more than 28 dergrees Celsius but less than 36 degrees Celsius,display "The weather is very hot."
4.When the weather is less than 0 degrees celsius or above 36 degrees Celsius, display "We are experiencing an abnormal weather"