1. A Tracking Grades NetBeans project named "Lab5” containing Your source code for: Student.java Grades.java Run Grades and paste your test run output to the bottom of your Grades file and then...

1 answer below »


1. A Tracking Grades NetBeans project named "Lab5” containing


Your source code for:



  • Student.java

  • Grades.java


Run Grades and paste your test run output to the bottom of your Grades file and then comment out that output. Your output must appear exactly as shown in the lab document.



2. A second NetBeans project named "Lab5B” containing the Alternative Tracking Grades project.


Run Grades and paste your test run output to the bottom of your Grades file and then comment out that output. Your output must appear exactly as shown in the lab document.



Don't forget:In NetBeans select your project and select File...Export Project to zip, and then submit the zip file to me so that I can import your project into NetBeans. Before you submit your project, test that you can properly import your project from the zip.




1.  A Tracking Grades NetBeans project named "Lab5” containing Your source code for: · Student.java · Grades.java Run Grades and paste your test run output to the bottom of your Grades file and then comment out that output.  Your output must appear exactly as shown in the lab document. 2.  A second NetBeans project named "Lab5B” containing the Alternative Tracking Grades project. Run Grades and paste your test run output to the bottom of your Grades file and then comment out that output.  Your output must appear exactly as shown in the lab document. Don't forget:  In NetBeans select your project and select File...Export Project to zip, and then submit the zip file to me so that I can import your project into NetBeans.  Before you submit  your project, test  that you can properly import your project from the zip.
Answered 2 days AfterOct 17, 2021

Answer To: 1. A Tracking Grades NetBeans project named "Lab5” containing Your source code for: Student.java...

Swapnil answered on Oct 19 2021
123 Votes
93936/Grades.class
93936/Grades.java
93936/Grades.java
public class Grades
{
    public static 
void main(String[] args) //main() for printing the grade
    {
        Student s1 = new Student("Mary"); // takes input 1 for student 1
        Student s2 = new Student("Mike"); // takes input 2 for student 2
        s1.inputGrades(); // takes input grade for student 1
        System.out.println("Average is "+s1.getAverage()); // print the average of student 1
        System.out.println(); 
        s2.inputGrades(); // takes input grade for student 2
  ...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here