提着裤子去拉屎 2022-07-14 03:34 采纳率: 77.8%
浏览 35
已结题

关于#Java#自学,方法定义,

我自己注释了类定义,在每个方法的空白区域内添加方法定义,用点表示,就像我前面注释所。

      { private String name; // the student’s full name
         private String id; // the student ID
         private int credits; // the amount of credits for study taken so far
 // Create a new student with a given name and ID number.
 public Student (String fullName, String studentID)
          { name = fullName;
            id = studentID;    
            credits = 0; }
 // Return the full name of this student.
   …………………………………………………..
 // Set a new name for this student.
    …………………………………………………..
 // Return the student ID of this student.
    ………………………………………………….
 // Add some credit points to the student’s accumulated credits.
                              ………………………………………………………………………

 /* Check the number of credit points this student has accumulated.
 * If it is less than 132, then print “Not yet graduated”, otherwise print “Graduated”.
 */     
    for (i=0; i<2; i++) { 
           System.out.print("Enter Marks of Subject"+(i+1)+":");
           marks[i] = scanner.nextInt();
           total = total + marks[i];   }
        scanner.close();

   ……………………………………………………………………       

      
      // Print the student’s name and ID number to the output terminal.
     ………………………………………………………

```……………..

展开全部

  • 写回答

3条回答 默认 最新

  • it_hao528 2022-07-14 05:47
    关注

    这看着就是个学生类,有名字 学号 学分 三个字段,一个构造方法包括名字和学号且学分初始为0,注释的...的部分是要补充还是什么?下边的for循环没看出来有什么用,写法是是需要写在方法里边的。你这个主要想问的问题是什么?

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)
编辑
预览

报告相同问题?

问题事件

  • 已结题 (查看结题原因) 7月14日
  • 已采纳回答 7月14日
  • 创建了问题 7月14日

悬赏问题

  • ¥15 车型识别以及相似度匹配中细节特征提取以及图像模糊问题
  • ¥15 怎么用鸿蒙的ArkTs写出来啊
  • ¥30 websocket服务端多线程通信
  • ¥15 JNA 方法调用.dll异常
  • ¥30 oracle 事务相关
  • ¥100 chrome插件开发如何在textarea插入文本
  • ¥15 vs 创建windows 窗体应用(.net framework)项目时,出现问题,无法进入下一步
  • ¥15 如何实现安卓Socks5代理服务端,并且实现内网穿透?
  • ¥50 自有服务器搭建正向代理及负载均衡应对高并发
  • ¥15 Expected a list, got: <class 'list'>. Correct! 为什么它不输出答案而是答案的类型
手机看
程序员都在用的中文IT技术交流社区

程序员都在用的中文IT技术交流社区

专业的中文 IT 技术社区,与千万技术人共成长

专业的中文 IT 技术社区,与千万技术人共成长

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

客服 返回
顶部