摘要: 1.编写一个程序,定义圆的半径,求圆的面积. public class TestHello { public static void main(String[]args){ int r=5; Double Π=3.14; System.out.println("s="+Π*(r*r)); } } 2 阅读全文
posted @ 2021-03-13 18:59 溜溜梅1 阅读(13) 评论(0) 推荐(0) 编辑