Exercise by:
Naa Lamile Dove
23 Years Old
Ridge Church School
Read / Add Comments

Coders Meeting
Saturday 4th December, 2013.
Session 50


Course: Coding
Course Lesson: Javascript
Acitivity: Conditional Statement in JavaScript
Giving the weather to be 18 degrees celcius create a javascript programme that does:

1.When the weather is below 18 degrees but above 0 degrees,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.