循环语句习题 1.for循环输出1 到100 public class while1 { public static void main(String[] args) { f...
IP属地:湖北
循环语句习题 1.for循环输出1 到100 public class while1 { public static void main(String[] args) { f...
1.输入一个整数,如果此数为0,则输出”石头”,如果此数为1,则输出”剪刀”,如果此数为2,则输出”布”,如果为其它,则输出”错误” 分析怎么进行比较剪刀石头布 public...