摘要:
package com.lll.demo; import javax.sound.midi.Soundbank; public class Demo5 { public static void main(String[] args) { int number[] = {9, 7, 5, 3, 1, 阅读全文
posted @ 2022-03-20 17:10
李林林
阅读(37)
评论(0)
推荐(0)
摘要:
1.代码 package com.lll.demo; /** * 1.注意for循环第一次是先进入循环体,再执行自增运算 */ public class Demo3 { public static void main(String[] args) { // int i = 0; // while ( 阅读全文
posted @ 2022-03-20 15:53
李林林
阅读(36)
评论(0)
推荐(0)
摘要:
1.代码 package com.lll.demo; import java.util.Scanner; public class Demo2 { public static void main(String[] args) { System.out.print("请输入一个月份:"); int m 阅读全文
posted @ 2022-03-20 15:07
李林林
阅读(55)
评论(0)
推荐(0)

浙公网安备 33010602011771号