class dddd
{
public static void main(String args[])
{ //这里要报错,提示:Syntax error, insert "}" to complete MethodBody,是在搞 不懂,请教各位师兄师姐。
public static boolean x(int a,int b) {
if (a == b)
{
return true;
}
else
{
return false;
}
}
}
{
public static void main(String args[])
{ //这里要报错,提示:Syntax error, insert "}" to complete MethodBody,是在搞 不懂,请教各位师兄师姐。
public static boolean x(int a,int b) {
if (a == b)
{
return true;
}
else
{
return false;
}
}
}