2019年8月16日

笔记2

摘要: public class jh_01_常量 { /* * 已知圆的半径 radius = 1.5, * 求其面积. * 1:给出已知条件:半径和pi * 2:根据公式求出结果:面积 * 3:输出结果 */ public static void main(String[] args) {// 1:给出 阅读全文

posted @ 2019-08-16 15:42 龙凌 阅读(191) 评论(0) 推荐(0)

导航