摘要: 1.编写一个程序,定义圆的半径,求圆的面积. package dierci; public class qq { public static void main(String[] args) { int r=1; System.out.println(r*r*3.14); } } 2.华氏温度和摄氏 阅读全文
posted @ 2021-03-12 11:30 江美萱 阅读(75) 评论(0) 推荐(0)