1.从键盘上输入三个数,用if语句和逻辑表达式把最大数找出来。
2.从键盘上输入三个数,用if语句和逻辑表达式把最小数找出来。3.输入一个成绩(0-100),然后用if else语句判断该成绩是优、良、中、及格还是不及格。(分数段自定义)。4..输入一个成绩小于等于100的正整数,然后用switch语句判定其成绩等第。90到100分为优秀,80到89分为良好,60到79分为及格,59分以下为不及格。5.定义变量 a 变量为5 ,b变量为10 ,试着把这两个值进行交互。
本系列教程:
http://www.cnblogs.com/spring_wang/p/6113526.html
http://www.cnblogs.com/spring_wang/p/6113496.html
http://www.cnblogs.com/spring_wang/p/6113404.html
http://www.cnblogs.com/spring_wang/p/6113383.html
http://www.cnblogs.com/spring_wang/p/6113285.html
http://www.cnblogs.com/spring_wang/p/6113274.html
http://www.cnblogs.com/spring_wang/p/6113258.html
http://www.cnblogs.com/spring_wang/p/6113232.html
http://www.cnblogs.com/spring_wang/p/6113224.html
http://www.cnblogs.com/spring_wang/p/6112885.html