public class HelloWorld{
public static void main(String[] args) {
String myname="我爱慕课网";
String $hobby1="www.imooc.com";
System.out.println(myname);
System.out.println($hobby1);
}
}
public class HelloWorld{
public static void main(String[] args) {
String love = "我爱慕课网";
String webSite = "www.imooc.com";
System.out.println(love);
System.out.println(webSite);
}
}
请问大神这代码错在哪里?
报错如下:/85/1221/ASWV/HelloWorld.java:3: error: illegal character: '\uff1b'
String love = "?????"?
^
1 error
验证是严格验证,所以结果虽然对了,但是与验证的内容不符,修改下就可以了x100nbsp;=nbsp;x1nbsp;+(nnbsp;-nbsp;1)*d要避免int[]res=int[7]这样的写法,可移植性很差。写成int[]res=int[scores.length];
最新版Eclipse Neon.2 环境下测试没有任何问题
应该没有错误
请详细描述一下你的代码是如何报错的。
你的没有错,重新编译下
老铁,这代码没毛病