作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
//这是我的代码,我觉得我在某处缺少一个 {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/
我试图通过单击文件、团队、提交来将更改提交到 SVN 存储库,但随后在 Eclipse 的控制台中显示 commit -m "" /Users/admin/Documents/workspace/Ch
已关闭。这个问题是 not reproducible or was caused by typos 。目前不接受答案。 这个问题是由拼写错误或无法再重现的问题引起的。虽然类似的问题可能是 on-top
一时不留神,在svn checkout 中编辑了一个文件,并提交了。 我什至不明白由此产生的事态。标签现在指向我的编辑了吗?如果是,除了进行另一个提交以撤消之前的提交之外,还有什么方法可以“修复”它吗
我是一名优秀的程序员,十分优秀!