Checking IcyHot Temperature Conditions

# Introduction In this lab, you need to create a program that checks if the temperature is IcyHot by defining a `Temperature` class with `hot` and `cold` variables, implementing a `check_icy_hot()` function to print "IcyHot" if the conditions are met, and taking user input in the `main()` function to create an object of the `Temperature` class and call the `check_icy_hot()` function.

|60 : 00

Click the virtual machine below to start practicing