键盘录入:
Scanner sc = new Scanner(System.in);
int i = sc.nextInt();接收键盘录入的整数值
String str = sc.next();
double b = sc.nextDouble();
char c = 'y';
输出语句指令。: