使用switch case语句编写的C程序,用于计算几何图形的面积

#include void main(){ int fig_code; float side, base, length, breadth, height, area, radius; printf("-------------------------