Humidity Level
Task
Complete the code to output "norm" if the taken percent of humidity is in the range of 40 and 60 inclusive. Don't output anything otherwise.
Sample Input
45
Sample Output
norm
Last updated
Complete the code to output "norm" if the taken percent of humidity is in the range of 40 and 60 inclusive. Don't output anything otherwise.
45
norm
Last updated