C语言函数练习题
#include <stdio.h>float GetInch(float feet);float GetMeter(float inch);float GetCentiMeter(float
C语言函数练习题