Temperature

--Originally published at Programming in C++

 

Tqw02he program uses the formula c=5*(F-32)/ that is just to convert farenheit to celsius

The user insert the temperature in F.

Then the program has to say if the water will boil. For this we use a if. So, if the temperature is bigger than 100 c (celsius>100) the water will boil, and if the temperature is smaller than 100 c (celsius<100) the water will not boil.

The bash should look something like this: qw021