Java.Util.Scanner的NoSuchElementException

Java.Util.Scanner的NoSuchElementException,第1张

Java.Util.Scanner的NoSuchElementException

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 


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5059162.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-11-15
下一篇 2022-11-16

发表评论

登录后才能评论

评论列表(0条)

保存