課程
/后端開發
/Java
/Java入門第一季(IDEA工具)升級版
運行結果如圖所示:
“我愛慕課網”以及“www.xianlaiwan.cn”這兩個字符串,并實現打印輸出
2017-03-01
源自:Java入門第一季(IDEA工具)升級版 2-5
正在回答
public class.....{
? ? ? ?public state void main(String[] args){
? ? ? ? ? ? ? ? String Words="我愛慕課網";
? ? ? ? ? ? ? ? String WEB="www.xianlaiwan.cn";
? ? ? ? System.out.println(Words);
? ? ? ? System.out.println(WEB);
? ? ? ? }
}
public static void main(String[] args){
String myLove="我愛慕課網";
String moocUrl="www.xianlaiwan.cn";
System.out.println(myLove);
System.out.println(moocUrl);
舉報
0基礎萌新入門第一課,從Java環境搭建、工具使用、基礎語法開始
2 回答點擊運行,平臺顯示結果如右側所示是什么意思?
1 回答如何運行結果??
1 回答運行結果顯示
1 回答顯示運行結果
2 回答運行結果顯示time out
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2017-03-01
public class.....{
? ? ? ?public state void main(String[] args){
? ? ? ? ? ? ? ? String Words="我愛慕課網";
? ? ? ? ? ? ? ? String WEB="www.xianlaiwan.cn";
? ? ? ? System.out.println(Words);
? ? ? ? System.out.println(WEB);
? ? ? ? }
}
2017-03-01
public static void main(String[] args){
String myLove="我愛慕課網";
String moocUrl="www.xianlaiwan.cn";
System.out.println(myLove);
System.out.println(moocUrl);
}