摘要:
double Fahrenheit(double celsius){ return 1.8 * celsius + 32;} //摄氏温度度转化为华氏温度 double Kelvin(double celsius){ return celsius + 273.15;} //摄氏温度转化为开氏温度 / 阅读全文
posted @ 2018-11-04 12:05
永恒的光辉
阅读(542)
评论(0)
推荐(0)