#WSQ05

1 min read

Here I´m showing my which is a program that converts Farenheit to Celcius. All i had to do was declare tu variables, one for celcius and one for farenheit, I asked the user to enter a farenheit temperature the i did the math and return it in celcius, then a put three if´s with conditions, first one is if the water is over 100 celcius it will boil, second one if it is between 0 and 100 it will not boil and will not freeze, and the third one is if celcius is under 0 it will freezes. Here´s a screenshot of my code and the code running.

CC BY 4.0 #WSQ05 by Juan Carlos is licensed under a Creative Commons Attribution 4.0 International License.

Comments are closed.