Syntax error, insert "}" to complete ClassBody?
publicclassTestEqual{doublesalary=100;Stringname="tom";//此处双引号出错,为什么啊?不科学啊!if(salary>...
public class TestEqual {
double salary=100;
String name="tom";//此处双引号出错,为什么啊?不科学啊!
if(salary>100&&name.equals("tom")){
System.out.println(salary);
}
else{
System.out.println(salary);
}
} 展开
double salary=100;
String name="tom";//此处双引号出错,为什么啊?不科学啊!
if(salary>100&&name.equals("tom")){
System.out.println(salary);
}
else{
System.out.println(salary);
}
} 展开
展开全部
Syntax error, insert "}" to complete ClassBody?意思是语法错误,插入“}”来完成classbody?
双语例句
1 A complete tenement block was burnt to the ground.
整幢公寓大楼被付之一炬。
2 That would allow them to complete the 2013 audits.
这样,它们的中国成员所就能完成对2013年年报的审计。
3 The job sheets eventually filled a complete book.
工作指导卡最终装满了整整一个册子。
4 The list may not be complete.
这个单子可能不全。
5 No garden is complete without a bed of rose bushes.
没有玫瑰花圃的花园是不完整的。
双语例句
1 A complete tenement block was burnt to the ground.
整幢公寓大楼被付之一炬。
2 That would allow them to complete the 2013 audits.
这样,它们的中国成员所就能完成对2013年年报的审计。
3 The job sheets eventually filled a complete book.
工作指导卡最终装满了整整一个册子。
4 The list may not be complete.
这个单子可能不全。
5 No garden is complete without a bed of rose bushes.
没有玫瑰花圃的花园是不完整的。
展开全部
语句需要写在方法里面,不能直接写在类里面。
修改如下:
public class TestEqual {
double salary=100;
String name="tom";//此处没有错
void fun() {
if(salary>100&&name.equals("tom")) {
System.out.println(salary);
} else {
System.out.println(salary);
}
}
}
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
双引号是中文输入法输进去的??
追问
双引号是英文状态下的。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询