摘要: 压缩包 阅读全文
posted @ 2021-09-07 16:28 亮闪闪的鱼 阅读(11) 评论(0) 推荐(0)
摘要: While 循环 public class WhileDome01 { public static void main(String[] args) { // int a = 101; // int b = 50; // int c = 2; // System.out.println(101*50 阅读全文
posted @ 2021-09-07 14:57 亮闪闪的鱼 阅读(37) 评论(0) 推荐(0)
摘要: ![image](https://img2020.cnblogs.com/blog/2527717/202109/2527717-20210907110723314-1770213271.png) ![image](https://img2020.cnblogs.com/blog/2527717/202109/2527717-20210907110802855-2007248766.png) ![ 阅读全文
posted @ 2021-09-07 11:13 亮闪闪的鱼 阅读(85) 评论(0) 推荐(0)
摘要: public class switchDemo01 { public static void main(String[] args) { //case 穿透 Scanner grade = new Scanner(System.in); System.out.println("请输入>>:"); S 阅读全文
posted @ 2021-09-07 11:06 亮闪闪的鱼 阅读(32) 评论(0) 推荐(0)