摘要: //定义变量ge、shi、bai,用于存放个位、十位、百位上的数字 int number=0; //使用for循环 for(number=200;number<300;number++) { //取出百位数 int bai=number/100; //取出十位数 int... 阅读全文
posted @ 2017-12-21 21:20 振华213 阅读(9829) 评论(0) 推荐(0) 编辑
摘要: package com.imooc.flow1; import java.util.Scanner; public class GuessDemo { public static void main(String[] args) { //猜字游戏。要求猜一个介于1到10之间的数字。然后将猜测的值与实际值进行比较, //并给出提示,以便能更接近实际值,... 阅读全文
posted @ 2017-12-21 16:55 振华213 阅读(925) 评论(0) 推荐(0) 编辑
摘要: //猜字游戏。要求猜一个介于1到10之间的数字。然后将猜测的值与实际值进行比较,//并给出提示,以便能更接近实际值,直到猜中为止。 阅读全文
posted @ 2017-12-21 16:42 振华213 阅读(1358) 评论(0) 推荐(0) 编辑
摘要: 使用方法:激活时选择License server 填入http://idea.higherbros.com 点击Active即可。 how-to-active: when active,type the url in License server address input box,and then 阅读全文
posted @ 2017-12-20 10:10 振华213 阅读(11198) 评论(0) 推荐(0) 编辑