Initialize the program. Prompt the user to enter the temperature in Celsius. Check if the temperature is within a reasonable range (e.g., -20°C to 40°C). Display an error message. Close the program. If the temperature is: - Below 0°C: suggested outfit based on the temperature and then close the program. - Between 0°C and 10°C:suggested outfit based on the temperature and then close the program. - Between 10°C and 20°C: suggested outfit based on the temperature and then close the program. - Above 20°C: suggested outfit based on the temperature and then close the program. Close the program. 1.Start 2. Initialize the program. 3. Prompt the user to enter the temperature in Celsius (input). 4. If the temperature is not within the reasonable range: 4.1 Display an error message (output). 4.2 Go to step 9 5. If the temperature is Below 0°C: 5.1 Display the suggested outfit based on the temperature (output). 5.2 Go to step 9 6. If the temperature is is Between 0°C and 10°C: 6.1 Display the suggested outfit based on the temperature (output). 6.2 Go to step 9 7. If the temperature isBetween 10°C and 20°C: 7.1 Display the suggested outfit based on the temperature (output). 7.2 Go to step 9 8. If the temperature isAbove 20°C: 8.1 Display the suggested outfit based on the temperature (output). 8.2 Go to step 9 9. Close the program.