課程
/后端開發
/C
/C語言入門
if(1000?<=?score?<?5000)? //?有個人和我說可以這樣寫 /*?請問大家我該怎么回答他?*/
???
2020-03-15
源自:C語言入門 4-3
正在回答
讓他回家種地去吧。哈哈哈嗝!??!
這樣寫能運行起來 但是規定是不能這樣的!?。。。?!
讓他去開創一種新語言
電腦看不懂 我們看得懂?
慕田峪4387771
這種人應該自己寫語言
舉報
C語言入門視頻教程,帶你進入編程世界的必修課-C語言
2 回答(1000<=score&&score<5000)
1 回答if(10000>score>=5000)和if(score>=5000)有區別嗎?
1 回答#include <stdio.h> int main() { int score = 7200; if("score>=10000") { printf("鉆石玩家"); } else if("score>=5000") { printf("白金玩家"); } else if("score>=1000") { printf("青銅玩家"); } el
3 回答#include <stdio.h> int main() { int score = 7200; //完善一下代碼 {if(score>=10000) printf("鉆石玩家"); } else if(score>=5000) { printf("白金玩家"); } else if(score>=1000) { printf("青銅玩家"); }
3 回答#include <stdio.h> int main() { int score = 7200; //完善一下代碼 if(score>=10000) { printf("鉆石玩家"); } else if(score>=5000) { printf("白金玩家"); } else if(score>=1000) { printf("青銅玩家"); }
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2020-03-15
讓他回家種地去吧。哈哈哈嗝!??!
2020-04-06
這樣寫能運行起來 但是規定是不能這樣的!?。。。?!
2020-04-04
讓他去開創一種新語言
2020-04-01
電腦看不懂 我們看得懂?
2020-03-29
這種人應該自己寫語言