gpt4 book ai didi

java - 致力于 Java 类的硬件工作。解析错误时不断到达文件末尾

转载 作者:行者123 更新时间:2023-12-01 18:35:45 26 4
gpt4 key购买 nike

//这是我的代码,我觉得我在某处缺少一个 {or},但我不知道在哪里

public class Chapter2ProgramChallenge
{

public static void main(String[] args);
{

int customers;
customers= 12467;

{

System.out.println("The number of"+" people who have "+
"more than one " +"energy drink per week is"+" "+ customers*0.14 );

}

{
System.out.println("Of those "+(customers*0.14)+"people"+
(customers*0.14)*.64+"of them prefer "+"citrus drinks");
}

最佳答案

去掉;

public static void main(String[] args);

将其更改为

public static void main(String[] args)

正如其他人在评论中提到的,您可能需要检查您的大括号。

关于java - 致力于 Java 类的硬件工作。解析错误时不断到达文件末尾,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22102324/

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