
Matrix
celeste0730
这个作者很懒,什么都没留下…
展开
-
2.4 Converting pounds into kilograms
感谢供稿同学:zjw,txyDescriptionWrite a program that reads a number in pounds, converts it to kilograms. One pound is 0.454 kilograms.InputA num in float represent the pounds.OutputThe converted kil...原创 2020-04-10 20:03:22 · 331 阅读 · 0 评论 -
2.1 Converting Celsius to Fahrenheit
感谢供稿的同学:zjw txyDescriptionWrite a program that reads a Celsius degree in double and converts it to Fahrenheit and displays the result. The formula for the conversion is as follows: fahrenheit = (9 ...原创 2020-04-10 19:56:11 · 501 阅读 · 0 评论