Create a class named Student. A Student has fields for an ID number, number of credit hours earned, and number of points earned. (For example, for every 1 unit a student earns 5 points). Include methods to assign values to all fields. A Student also has a field for grade point average. Include a method to compute the grade point average field by dividing points by credit hours earned.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
100%
No. 4
a) Create a class named Student. A Student has fields
for an ID number, number of credit hours earned, and
number of points earned. (For example, for every 1
unit a student earns 5 points). Include methods to
assign values to all fields. A Student also has a field
for grade point average. Include a method to compute
the grade point average field by dividing points by
credit hours earned.
Write methods to display the values in each Student
field. Save this class as Student.java.
b) Write
instantiates a Student object from the class you
created and assign values to its fields. Compute
the Student grade point average, and then display
a
class
named
ShowStudent
that
all the values associated with the Student. Save
the application as ShowStudent.java.
c) Create a constructor for the Student class you
created. The constructor should initialize each
Student's ID number to 9999, his or her points
earned to 15, and credit hours to 3 (resulting in a
grade point average of 3.0). Write a program that
demonstrates that the constructor works by
instantiating an object and displaying the initial
values.
Save
the
application
as
ShowStudent2.java.
Transcribed Image Text:No. 4 a) Create a class named Student. A Student has fields for an ID number, number of credit hours earned, and number of points earned. (For example, for every 1 unit a student earns 5 points). Include methods to assign values to all fields. A Student also has a field for grade point average. Include a method to compute the grade point average field by dividing points by credit hours earned. Write methods to display the values in each Student field. Save this class as Student.java. b) Write instantiates a Student object from the class you created and assign values to its fields. Compute the Student grade point average, and then display a class named ShowStudent that all the values associated with the Student. Save the application as ShowStudent.java. c) Create a constructor for the Student class you created. The constructor should initialize each Student's ID number to 9999, his or her points earned to 15, and credit hours to 3 (resulting in a grade point average of 3.0). Write a program that demonstrates that the constructor works by instantiating an object and displaying the initial values. Save the application as ShowStudent2.java.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 6 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY