Convert A Temperature From Celsius To Fahrenheit | C++ Example

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Sorry, hit the go button too you do a great job explaining the difficult, so I was hoping you might help me with utilizing functions, which i'm just learning to help accomplish this task, as it was a test or exercise from the class i'm doing. Thanks so much....

ledschmidt
Автор

Hi how if fahrenheit equivalent Celsius?

JilordDizon-sfuu
Автор

I'm trying to do this using IE:
double
double fahrenheit_to_kelvin(double);

void temperature_conversion(double fahrenheit_temperature) {
double celsius_temperature =
double kelvin_temperature =

ledschmidt