gpt4 book ai didi

java - 允许用户输入字符串和整数

转载 作者:行者123 更新时间:2023-12-02 09:13:31 25 4
gpt4 key购买 nike

允许用户输入文本和整数的代码是什么。我正在创建一个 GPA 计算器,程序会询问用户正在学习什么类(class),然后将其存储为变量。例如。 “微积分12。”我可以通过将字符串和整数设置为两个单独的变量来解决这个问题。我该如何做到这一点,以便用户可以输入“微积分 12”并将整个内容存储为变量而不会出现任何问题?

    System.out.println("For the next set of questions, please answer without typing in a number. ");
System.out.println("For example, 'Pre-Calculus'. ");

System.out.print( name + ", What is the 1st course are you taking? ");
course1 = keyboard.next();

System.out.print("What level is it? Type in a value: ");
num1 = keyboard.nextInt();

最佳答案

使用keyboard.nextLine()而不是keyboard.next()。

关于java - 允许用户输入字符串和整数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59202827/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com