課程
/后端開發
/C#
/C#開發輕松入門
for循環怎么輸出yeah
2016-10-08
源自:C#開發輕松入門 4-6
正在回答
?for (int x = 0;x<=5;x++)//請填寫for循環結構
你好,我為什么我用int定義一個字母會報錯??
慕絲8551521
?static void Main(string[] args)
? ? ? ? {
? ? ? ? ? ? for ( int i=1;i<=6;i++ ? ? ? ? ? )//請填寫for循環結構
? ? ? ? ? ? {
? ? ? ? ? ? ? ? Console.WriteLine("Yeah!");
? ? ? ? ? ? }
? ? ? ? }
舉報
本門課程是C#語言的入門教程,將帶你輕松入門.NET開發
2 回答for循環
2 回答for 循環體表達
2 回答關于for循環和while循環的轉換
5 回答為什么不能用for循環?
1 回答continue可以用在while循環嗎,還是只能用在for循環
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2020-01-07
?for (int x = 0;x<=5;x++)//請填寫for循環結構
2018-12-10
你好,我為什么我用int定義一個字母會報錯??
2016-10-08
?static void Main(string[] args)
? ? ? ? {
? ? ? ? ? ? for ( int i=1;i<=6;i++ ? ? ? ? ? )//請填寫for循環結構
? ? ? ? ? ? {
? ? ? ? ? ? ? ? Console.WriteLine("Yeah!");
? ? ? ? ? ? }
? ? ? ? }