gpt4 book ai didi

java - 为什么程序报 "illegal start of type"错误?

转载 作者:搜寻专家 更新时间:2023-10-31 08:08:06 27 4
gpt4 key购买 nike

这是相关的代码片段:

public static Rand searchCount (int[] x) 
{
int a ;
int b ;
int c ;
int d ;
int f ;
int g ;
int h ;
int i ;
int j ;
Rand countA = new Rand () ;
for (int l= 0; l<x.length; l++)
{
if (x[l] = 0)
a++ ;
else if (x[l] = 1)
b++ ;
}
}
return countA ;

}

(rand是这个方法所在的类的名字)

编译时得到这个错误信息:

Rand.java:77: illegal start of type
return countA ;
^

这是怎么回事?这个错误信息是什么意思?

最佳答案

您在 return 语句之前放错了右大括号。

关于java - 为什么程序报 "illegal start of type"错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2448768/

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