Fork me on GitHub
摘要: 1.编写一个程序,定义圆的半径,求圆的面积. public class qwe { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub int r=2; do 阅读全文
posted @ 2021-03-14 17:45 Y6 阅读(83) 评论(0) 推荐(0) 编辑