java problem

1.

http://topic.csdn.net/u/20080920/22/c89b653a-8c84-4157-8c73-b6ca091e96df.html

int b1;
 int count = -1;
 int a1 = (int)(Math.random()*26)+97;
 System.out.println(+a1);
 //int b1 = System.in.read();
 do
 {
  System.out.println("please input character:");
  
   b1 = System.in.read();
  // System.in.skip(2);
  count++;
  System.out.println(+count);
 }while (b1!=a1);

 

 

你是在windows操作系统上测试的吧?
在windows上,换行的时候不止一个字符哦,是/r/n两个字符,就是0x0D和0x0A。
你跳过前一个,没跳过后一个,0x0A是多少呢?16进制,刚好是10进制的数字10。
这就是为什么你一直读到10的原因。

 

 

2.Cannot make a static reference to the non-static method XXXX from the type Main

谨记了,静态方法只能调用静态方法,main调用的方法一定要加static

 

3.http://zhidao.baidu.com/question/96252026.html

java中如何将char数组转化为String?

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值