public class HelloWorld{
public static void main(String[] args) {
String myname="我爱慕课网"
String myhttp="www.imooc.com";
System.out.println(myname);
System.out.println(mahttp);
}
}
String myname="我爱慕课网";
String myhttp="www.imooc.com";
System.out.println(myname);
System.out.println(myhttp);
除了楼上的问题,还有,代码第三行没有分号
mahttp -> myhttp