摘要:
class Shufflel{ //不需要public public static void main(String[] args){ int x = 3; while( x > 0){ if(x > 2){ System.out.print("a"); } //if结束 x = x - 1; Sy 阅读全文
posted @ 2020-09-11 16:11
小火龙666
阅读(174)
评论(2)
推荐(0)
摘要:
public class BeerSong { public static void main(String[] args){ int x = 99; while(x <100){ System.out.println("Beer :" + x); x = x - 1; } if(x == 0){ 阅读全文
posted @ 2020-09-11 07:48
小火龙666
阅读(143)
评论(0)
推荐(0)
浙公网安备 33010602011771号