Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

java Q4P: Design a class named Student that contains the following private instance variables: A string data field name for the student name. An integer

java image text in transcribed
Q4P: Design a class named Student that contains the following private instance variables: A string data field name for the student name. An integer data field id for the student id. A double data field GPA for the student GPA. An integer data field registeredCredits. It contains the following methods: An empty default constructor. A constructor that creates a student record with a specified id and name. The get and set methods for id, name, GPA, and registeredCredits. A method called registerCredit that adds specified amount of credits to the student. A method called withdrawCredit that withdraws specified amount of credits from the student. a. Implement the class. b. Write a test program that creates a student account using your name and id. Set all the variables information to your student information (GPA, and registered credits). Use the registerCredit method to add 9 more credits. Use the method withdrawCredit to withdraw 3 credits. Then prints out all the student information: name, id, GPA, and registerdCredits. Sample Output: Enter your GPA: 3.9 Enter your registered credits: 30 Student name: Sara Student ID: 12345678 GPA: 3.9 Registered credits: 36

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Microsoft SQL Server 2012 Unleashed

Authors: Ray Rankins, Paul Bertucci

1st Edition

0133408507, 9780133408508

More Books

Students also viewed these Databases questions

Question

=+9. Think about a campaign direction.

Answered: 1 week ago

Question

What must a creditor do to become a secured party?

Answered: 1 week ago

Question

When should the last word in a title be capitalized?

Answered: 1 week ago

Question

=+Where do you want to live and work?

Answered: 1 week ago