关于几个简单的C语言编程 求助大神!!

已知圆半径,圆柱高,编程求圆周长、圆柱体积,且精确到小数点 2 位。
1)程序代码;
2)从键盘上分别输入圆半径、圆柱高为 4、8,输出圆周长、圆柱体积。
6、输入一个摄氏温度,编程求输出华氏温度,且精确到小数点 2 位。 (参
考公式为 f=5/9*c+32,其中 c 为摄氏温度)
1)程序代码;
2)从键盘上摄氏温度为 28℃,输出华氏温度。

第1个回答  2016-10-10
Known circle radius, column height, programming for circle circumference, cylinder volume, and accurate to the decimal point 2.
1)程序代码;
1) program code;
2)从键盘上分别输入圆半径、圆柱高为 4、8,输出圆周长、圆柱体积。
2, respectively, from the keyboard input circle radius, column height of 4, 8, output circle circumference, cylinder volume.
6、输入一个摄氏温度,编程求输出华氏温度,且精确到小数点 2 位。 (参
6, enter a Celsius temperature, programmed to output Fahrenheit temperature, and accurate to the decimal point 2. (cf.
考公式为 f=5/9*c+32,其中 c 为摄氏温度)
Test formula for f=5/9*c+32, where C is the Celsius temperature
1)程序代码;
1) program code;
2)从键盘上摄氏温度为 28℃,输出华氏温度。
2) from the keyboard, the temperature is 28 degrees Celsius, the output fahrenheit.