Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please help cant seem to figure out.. thanks in advance Lab4: Write a java program 1. Define a Student class which contains: 1.1 data fields:

Please help cant seem to figure out.. thanks in advance
image text in transcribed
Lab4: Write a java program 1. Define a Student class which contains: 1.1 data fields: a. An integer data field contains student id b. Two String data fields named firstname and lastname c. A String data field contains student's email address 1.2 methods: a. A no-arg constructor that will create a default student object. b. A constructor that creates a rectangle with the specified student id, firstname, lastname and email adrress c. A print method that prints student's student id, firstname, lastname and email address. 2. Write a test method that creates two Student objects with the following values, then calls the print method defined in Student class to print for each Rectangle object. ( Note: These values should be hardcoded, don't take input from keyboard.) - one with student id=123, firstname="John", lastname ="May" and email adrress-"abc@kean.edu" the other one with stu dent id 456, firstname "Nancy", lastname "Brown

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions