gpt4 book ai didi

java - 如何在 Java 中修复此 "error: cannot find symbol"

转载 作者:行者123 更新时间:2023-12-01 09:20:28 28 4
gpt4 key购买 nike

public class Passcode 
{
public static void main(String[] args)
{
System.out.printf("%5s","What is the password\n"); // ask user what the code is//

String flake= StdIn.readString();// take in input from user//

String cake= "cookie"; // not complete yet but will use this in an if statement//

}
}

最佳答案

我想您程序中的StdIn.readString来自外部包。可能来自 Princeton 的 java 包?

如果是这样,您应该:

  1. 在开头导入包。例如,

    import abc.def.StdIn;

  2. 将使用的jar包目录添加到CLASSPATH中。您可能会在 Google 上找到很多有关如何执行此操作的有用信息。

关于java - 如何在 Java 中修复此 "error: cannot find symbol",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40198649/

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