As activity directory at Lake LazyDays Resort, it is your job to suggest appropriate activities to guests
based on the weather:
temp >= 80: swimming
60 <= temp < 80: tennis
40 <= temp < 60: golf
temp < 40: skiing
Create a project “RecommendActivity” that ask users to input current temperature, then suggests the
activity appropriate for the temperature Using JavaScript DOM capabilities..
Not JAVA please provide javascript code to run on a webpage thanks
Categories:
