Skip to content
Snippets Groups Projects
Commit 8c8dc2d1 authored by Rudi Buss's avatar Rudi Buss
Browse files

Update Exercise 2 - Fahrenheit into celsius.txt

parent 193899c7
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,5 @@ Then create another loop (but now use a different loop type).
Output the value in Celsius and the following text:
- If it is less than or equal to 10 degrees, display the text "it is cold"
- If it is less than or equal to 20 degrees, display the text "it is pleasantly warmÒ
- If it is greater than 20 degrees, display the text ãit is getting hotã
- If it is less than or equal to 20 degrees, display the text "it is pleasantly warm"
- If it is greater than 20 degrees, display the text "it is getting hot"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment