#WSQ05 #TC1014 #LaNieveDeColimaExploto #PenguinLove

This type of program it is more difficult than the others we already done.

You will have to change the tempeture from Farenheit to Celcius and put if the water will boil or not, for the first time you have to use if and else, that in this case it is pretty easy.

First you need to ask the tempeture in Farenheit then with the number they give you, you will need to put the formula to convert Farenheit to Celcius wich is :  C = 5 ∗ (F − 32)/9.

The you will use “if” like this “if(c>=100)”. If this conditional it is complete you will need to print water boils, else you print water does not boil.

CC BY 4.0 #WSQ05 #TC1014 #LaNieveDeColimaExploto #PenguinLove by Omar Chavez is licensed under a Creative Commons Attribution 4.0 International License.

Comments are closed.