posts - 14,  comments - 7,  trackbacks - 0
          要求:寫一java小程序,要求輸出姓名,班級、年齡、分數、等級
          創建三個類Student,StudentText,Text具體程序為:
          package com.dr.student;

          public class Student {
              
          private String name;
              
          private String department;
              
          private int  age;
              
          private int  score;
              
          private int  level;
              
          /**
               * 
          @return the name
               
          */

              
          public String getName() {
                  
          return name;
              }

              
          /**
               * 
          @param name the name to set
               
          */

              
          public void setName(String name) {
                  
          this.name = name;
              }

              
          /**
               * 
          @return the department
               
          */

              
          public String getDepartment() {
                  
          return department;
              }

              
          /**
               * 
          @param department the department to set
               
          */

              
          public void setDepartment(String department) {
                  
          this.department = department;
              }

              
          /**
               * 
          @return the age
               
          */

              
          public int getAge() {
                  
          return age;
              }

              
          /**
               * 
          @param age the age to set
               
          */

              
          public void setAge(int age) {
                  
          this.age = age;
              }

              
          /**
               * 
          @return the score
               
          */

              
          public int getScore() {
                  
          return score;
              }

              
          /**
               * 
          @param score the score to set
               
          */

              
          public void setScore(int score) {
                  
          this.score = score;
              }

              
          /**
               * 
          @return the level
               
          */

              
          public int getLevel() {
                  
          return level;
              }

              
          /**
               * 
          @param level the level to set
               
          */

              
          public void setLevel(int level) {
                  
          this.level = level;
              }


          }

          package com.dr.student;

          public class StudentText {
              
          public static Student[] getStudent(){
             Student[] stuArr 
          = new Student[5];
             
          //##############################################
             Student stu1 = new Student();
             stu1.setName(
          "rose");
             stu1.setDepartment(
          "生命科學系");
             stu1.setScore(
          90);
             stu1.setAge(
          23);
             stu1.setLevel(
          1);
             stuArr[
          0= stu1;
             
          //#################################################
             Student stu2 = new Student();
             stu2.setName(
          "lucky");
             stu2.setDepartment(
          "計算機科學系");
             stu2.setScore(
          89);
             stu2.setAge(
          24);
             stu2.setLevel(
          2);
             stuArr[
          1= stu2;
             
          //#################################################
             Student stu3 = new Student();
             stu3.setName(
          "LiLi");
             stu3.setDepartment(
          "中文系");
             stu3.setScore(
          98);
             stu3.setAge(
          20);
             stu3.setLevel(
          3);
             stuArr[
          2= stu3;;
             
          //####################################################
             Student stu4 =new Student();
             stu4.setName(
          "mery");
             stu4.setDepartment(
          "數信系");
             stu4.setScore(
          97);
             stu4.setAge(
          23);
             stu4.setLevel(
          2);
             stuArr[
          3= stu4;
             
          //###############################################
             Student stu5 = new Student();
             stu5.setName(
          "xiaoxiao");
             stu5.setDepartment(
          "計算機科學系");
             stu5.setScore(
          99);
             stu5.setAge(
          21);
             stu5.setLevel(
          1);
             stuArr[
          4= stu5;
             
             
             
          return stuArr;
             
          }

          public static void getScore(int i){
              
              
          switch(i){
              
          case(9):{
                  System.out.println(
          "等級為A");
                  
          break;
              }

              
          case(8):{
                  System.out.println(
          "等級為B");
                  
          break;
                  
              }

              
          case(7):{
                  System.out.println(
          "等級為C");
                  
          break;
              }

              
          case(6):{
                  System.out.println(
          "等級為D");
                  
          break;
              }

              
          default:{
                  System.out.println(
          "等級為E");
                  
          break;
              }

              }

          }
              
          }

          package com.dr.student;

          public class Test {

              
              
          public static void main(String[] args) {
                  Student[] stu 
          = StudentText.getStudent();
                  
          for(int i = 0;i<stu.length;i++){
                      
          if(stu[i]!=null){
                          System.out.println(
          "我叫"+stu[i].getName() +stu[i].getDepartment()+ "---今年"+stu[i].getAge()+"---本次分數為"+stu[i].getScore()+"---水平為"+stu[i].getLevel());
                          
          int j = stu[i].getScore()/10;
                          StudentText.getScore(j);
                      }

                  }

              }


          }

          posted on 2010-10-09 08:38 迷人笑笑 閱讀(169) 評論(0)  編輯  收藏

          只有注冊用戶登錄后才能發表評論。


          網站導航:
           
          <2010年10月>
          262728293012
          3456789
          10111213141516
          17181920212223
          24252627282930
          31123456

          常用鏈接

          留言簿(13)

          隨筆檔案

          文章檔案

          搜索

          •  

          最新評論

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 张家川| 台中县| 收藏| 微山县| 武平县| 读书| 辽阳市| 鲜城| 姜堰市| 云南省| 和田县| 塔城市| 蛟河市| 莱芜市| 安仁县| 广汉市| 英德市| 沂水县| 宁武县| 海林市| 化德县| 枣强县| 南和县| 西乌| 荆州市| 兰溪市| 武乡县| 时尚| 宜城市| 襄汾县| 确山县| 封开县| 多伦县| 临清市| 湟源县| 沧源| 苏尼特右旗| 永兴县| 富顺县| 江达县| 呼图壁县|