NoSuchElementException被
nextElement枚举方法抛出以指示枚举中没有更多元素。
http://docs.oracle.com/javase/7/docs/api/java/util/NoSuchElementException.html
这个怎么样 :
if(input.hasNextInt() ) number1 = input.nextInt(); // if there is another number else number1 = 0; // nothing added in the input
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)