麻烦帮我改一个java小程序的错误,谢谢了
publicclassshulie{publicstaticvoidmain(Stringargs[]){System.out.println(f(40));}}publ...
public class shulie
{
public static void main(String args[])
{
System.out.println(f(40));
}
}
public static long f ( int index)
{
if(index == 1||index == 2)
{
return 1;
}
long f1=1L;
long f2=1L;
long f = 0;
for(int i=0;i<j-2;i++)
{
f=f1+f2;
f1=f2;
f2=f;
}
return f;
}
编译时显示我又一个错误,‘class’or‘interface’expected,麻烦帮我改正一下,谢谢了
这一行有错:
public static long f ( int index) 展开
{
public static void main(String args[])
{
System.out.println(f(40));
}
}
public static long f ( int index)
{
if(index == 1||index == 2)
{
return 1;
}
long f1=1L;
long f2=1L;
long f = 0;
for(int i=0;i<j-2;i++)
{
f=f1+f2;
f1=f2;
f2=f;
}
return f;
}
编译时显示我又一个错误,‘class’or‘interface’expected,麻烦帮我改正一下,谢谢了
这一行有错:
public static long f ( int index) 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询