2-5如何命名Java的變量
public class HelloWorld{
? ? public static void main(String[] args) {
String myLove="我愛慕課網";
? ? ? ? String muURL="www.xianlaiwan.cn";
? ? ? ? System.out.println(myLove);
? ? ? ? System.out.println(myURL);
}
}
想問哪錯了
public class HelloWorld{
? ? public static void main(String[] args) {
String myLove="我愛慕課網";
? ? ? ? String muURL="www.xianlaiwan.cn";
? ? ? ? System.out.println(myLove);
? ? ? ? System.out.println(myURL);
}
}
想問哪錯了
2016-07-17
舉報
2016-07-17
2016-07-17
myURL? ?muURL