排排看(p20)
Posted cherrydream
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了排排看(p20)相关的知识,希望对你有一定的参考价值。
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)的主要内容,如果未能解决你的问题,请参考以下文章