java中Scanner方法接收各个类型的数据要用什么语句?比如nextInt()
3个回答
展开全部
nextLine(); //读取下一行(包括空格,tab等)
next()://String
nextInt()://int
nextFloat()//float
nextBoolean()//boolean
nextDouble()//double
nextByte()//byte
nextShort()//short
char b =s.next().charAt(0);//char
next()://String
nextInt()://int
nextFloat()//float
nextBoolean()//boolean
nextDouble()//double
nextByte()//byte
nextShort()//short
char b =s.next().charAt(0);//char
追问
能说一下为什么字符和字符串类型为什么和别的不一样么。。为什么不是nextString()
追答
String 可以输入一个字符,但你想要从一个单词中取某个下标 位置的字母是 比如:word 你想要取o
char b =s.next().charAt(1);就行了 用法不一样
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
nextInt()
nextFloat()
nextDouble()
nextLong()
nextBoolean()
nextByte()
nextShort()
nextFloat()
nextDouble()
nextLong()
nextBoolean()
nextByte()
nextShort()
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询