题目内容

测一测(模块2_3)如果程序要获取用户输入的整数,以下哪一项是正确的?

A. sc.next()
B. sc.nextInt()
C. sc.nextfloat()
D. sc.next().charAt(0);

查看答案
更多问题

测一测(模块2_3)如果程序要获取用户输入的小数,以下哪一项是正确的?

A. sc.next()
B. sc.nextInt()
C. sc.nextFloat()
D. sc.next().charAt(0);

测一测(模块2_3)如果程序要获取用户输入的字符串,以下哪一项是正确的?

A. sc.next()
B. sc.nextInt()
C. sc.nextfloat()
D. sc.next().charAt(0);

测一测(模块2_3)如果程序要获取用户输入的单个字符,以下哪一项是正确的?

A. sc.next()
B. sc.nextInt()
C. sc.nextfloat()
D. sc.next().charAt(0);

测一测(模块2_3)以下变量的定义、赋值正确的是哪一项?

A. boolean bl;bl=True;
B. boolean bl;bl="false";
C. boolean bl;bl=true;
D. boolean bl=FALSE;

答案查题题库