摘要: 1.编写一个程序,定义圆的半径,求圆的面积. public class aa { public static void main(String[] args) { double r; double s; r=100; System.out.println(s=3.14*r*r); }} 2.华氏温度 阅读全文
posted @ 2021-03-15 17:23 Preyusity 阅读(78) 评论(0) 推荐(0)