2022年7月26日

++ --

摘要: java基础语法:++ -- public class AdditionAndSubtraction { //java基础语法 ++ -- / 前++ 后++ 前-- 后-- public static void main(String[] args) { int a = 10; int b = 2 阅读全文

posted @ 2022-07-26 18:59 陈嘻嘻- 阅读(759) 评论(0) 推荐(0) 编辑

杨辉三角

摘要: //编写一个main方法 public static void main(String[] args) { Scanner myScanner = new Scanner(System.in); System.out.print("输入杨辉三角的层数:"); int nums = myScanner 阅读全文

posted @ 2022-07-26 18:23 陈嘻嘻- 阅读(41) 评论(0) 推荐(0) 编辑

导航