Problem
Task: Decision Structure and Module Problem
Instruction:
Make a program that asks the user to enter the temperature.
Define a module called "checkTemperature" with one parameter named "temp".
Implement the module with the following logic:
If the "temp" argument is greater than 70, then display "Wear shorts."
Else display "Wear long pants."