I drank some boiling water cause I wanted to whistle…. Jk of course 😁

For this assignment we had to write a program that will prompt the user for a temperature in Fahrenheit and then convert it to Celsius. You may recall that the formula is C = 5 ∗ (F − 32)/9. Modify the program to state whether or not water would boil at the temperature given.

I actually didn’t have any problems because as I said, I have programmed before in C++ so this one is a piece of cake.

Here are the two possible situations ran in my terminal:

El pase de diapositivas requiere JavaScript.

Here is the github link to my «Temperature» code → https://github.com/mfcanov/Temperature.git

Deja un comentario