Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Hi , can you help me to write this code? Using the following mothod. public class TestsimpleStudent 2 { public static void main ( String

Hi, can you help me to write this code? Using the following mothod.
public class TestsimpleStudent 2{
public static void main(String[] args){
// TOO0 Auto-generated method stub
Simplestudent mystudent;
myStudent = getStudentData();
displaysimplestudent (mystudent);
}
public static simplestudent getstudentData()
}
Simplestudent tempstudent = new SimpleStudent();
int id;
String name;
string major;
Scanner, in = new Scanner. (
System.in)
I
Create a class called Employee that include five instance variables -
name, classification (Faculty, Adjunct, Professional & Career), ID, gender, base salary. Provide a
set and a get method for each instance variable. Write a test application named EmployeeTest
that demonstrates class Employee's capabilities. Create at-least five Employee objects and
display each object' information. Write good interactive messages for users while they are
interacting with the program. You should write detail comments on your program and your
program should be interactive.
image text in transcribed

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_2

Step: 3

blur-text-image_3

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