习题程序代码.docVIP

  • 5
  • 0
  • 约4.21千字
  • 约 6页
  • 2021-04-10 发布于四川
  • 举报
第四讲 流程控制 习 题 Page 48:习题第3题——第11题 3、试使用switch语句,将学生按照成绩进行分级: A级:90-100 B级:80-89 C级:70-79 D级:60-69 E级:00-59 import java.lang.Integer; import javax.swing.JOptionPane; public class ScoreTest{ public static void main(String args[]){ boolean fgo=true; for(;fgo;){ String str; str=J

文档评论(0)

1亿VIP精品文档

相关文档