音が流れない場合、再生を一時停止してもう一度再生してみて下さい。
ツール 
画像
Web Developer MH
11回再生
12. Convert temperature Celsius and Fahrenheit by C++.

Please do the subscribe my channel and don't forget to thumbs up my video and keep practice you okay....
Thank You!

Temperature Conversion Formula
-----------------------------------
Celcius (C)
Fahrenheit (F)

Task:
1) Celcius to Fahrenheit Convert
2) Fahrenheit to Celcius Convert

Formula 1: F = (1.8 * C) + 32

Formula 2: C = (F - 32) / 1.8

we use these formula for convert temperature celcius to fahrenheit and
fahrenheit to celcius okay?

コメント