Question: write the programs in Java language. answer the question as soon as possibly 1. Create java project II. Implementation of Student class: 1. add a

 write the programs in Java language. answer the question as soon

write the programs in Java language. answer the question as soon as possibly

1. Create java project II. Implementation of Student class: 1. add a class named Student with the following data fields (private): ID, name, mark The mark should have value between 0 and 100 (0 and 100 are included) 2. Implement the constructors with no argument and with arguments 3. Implement getters and setters 4. Implement toString () that show all information about the student II. Implementation of Test class When you created the project, App class is created. This class contains the main method. In this section, all implementation is done inside main method. Consider the following three students: student 1: 100, Mike, 60 student 2: 200, Joe, 96 student 3: 300, Linda, 33 the values represent the ID, the name and the mark. 1. In main method create an array of Student object and assign the above values, 2. In main method, add the code that does the following: Prompt the user to enter and ID of student, - search for student with this ID and Display all information about this student using toString()

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!