C语言课后答案
第3章三、编程题编写程序,输入一个非负数,输出以此数为半径的圆周长以及面积。#include "stdio.h" #define PI 3.1415void main(){ float r,area,
C语言课后答案