码迷,mamicode.com
首页 > 其他好文 > 详细

排排看(p20)

时间:2018-08-26 15:42:48      阅读:141      评论:0      收藏:0      [点我收藏+]

标签:string   ring   static   P20   ==   void   int   while   class   

public class paixu{
public static void main(String[] args){
int x=3;
if(x>2){
System.out.print("a");
}
x=x-1;
System.out.print("-");
if(x==2){
System.out.print("b c");
}
x=x-1;
System.out.print("-");
while(x>0){
if(x==1){
System.out.print("d");
x=x-1;
}
}
}
}

排排看(p20)

标签:string   ring   static   P20   ==   void   int   while   class   

原文地址:https://www.cnblogs.com/cherrydream/p/9537292.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!