摘要: 1. 定义圆形半径,求面积。int r =5。 public class ljh { public static void main(String[] args) { // TODO Auto-generated method stub int a=3 ,r=5; int s; s=a*r*r; S 阅读全文
posted @ 2023-03-21 13:47 风再起时, 阅读(30) 评论(0) 推荐(0)