Giving the weather to be 18 degrees celsius,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 above 28 degrees but below 36 degrees,display("it is very hot")
4.When the weather is less than 0 degrees or above 36,display("we are experiencing abnormal weather")