In this task there are three options. One way to design a solution is to use 3 if-conditional constructs. The first one to check for a normal temperature, the second to check for a very cold temperature and the third for in-between temperatures that would be around freezing. Although this solution would work it can be simplified and improved because one and only one option is possible. It is not possible to choose 3 or 2, nor is it possible to choose none.
3-way option using nested if-else construct
example output 1
example output 2
example output 3