2-5如何命名Java的變量
public class HelloWorld{
? ? public static void main(String[] args) {
String myLove="我愛(ài)慕課網(wǎng)";
? ? ? ? String muURL="idcbgp.cn";
? ? ? ? System.out.println(myLove);
? ? ? ? System.out.println(myURL);
}
}
想問(wèn)哪錯(cuò)了
public class HelloWorld{
? ? public static void main(String[] args) {
String myLove="我愛(ài)慕課網(wǎng)";
? ? ? ? String muURL="idcbgp.cn";
? ? ? ? System.out.println(myLove);
? ? ? ? System.out.println(myURL);
}
}
想問(wèn)哪錯(cuò)了
2016-07-17
舉報(bào)
2016-07-17
2016-07-17
myURL? ?muURL