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