摘要:
题目出处简单题思路:这题应该是学习后C的 switch 或 if-else-if 语法后经常做的题目类型所以此题用上述两种分支语句都能解题,而初学者可能多数这样做:if (input > 100 || input < 0){ printf("Score is error!\n");}else if (input >= 90 && input <= 100) printf("A\n");else if (input >= 80 && input < 90) printf("B\n 阅读全文
posted @ 2013-04-04 11:11
xinyuyuanm
阅读(236)
评论(0)
推荐(0)

浙公网安备 33010602011771号