先贴在这了,后面应该用得着 http://zhidao.baidu.com/link?url=iw-hcd_tLpRtf4r2Kh-NmDPaQ10UdlunBQUWaz14J-eNEq5fw-y83ydgOTn7KX9Z_t5rGywtlFGaygRJeEYBPa #define PI 3.1415926 #include<math.h> #include<iostream> using namespace std; int days_of_month_1[]={31,28,3
问题描述 用户输入圆的半径,计算并显示圆的面积 代码分享 /** * @author hpu-gs * 2015/11/25 */ public class Circle { public static Double r; public static Double m; /** * 计算圆的面积 */ public static void main(String[] args) { System.out.print("请输入圆的半径:"); Scanner in = new Scann