COURSE: Coding
COURSE LESSON: Javascript
ACTIVITY: Conditional Statments in Javascript
Lesson Exerise; Weather Forecast.
Giving the weather to be 18 degrees celsius,Create a javascript progamme 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 or above 36 degrees celsuis, display ("We are experiencing an abnormal weather")