Answered You can hire a professional tutor to get the answer.

QUESTION

In Brief. For this Java project, you will create Java program for a school. The purpose is to create a report containing one or more classrooms. For...

 In Brief...

For this Java project, you will create Java program for a school. The purpose is to create a report containing one or more classrooms. For each classroom, the report will contain:

  • The room number of the classroom.
  • The teacher and the subject assigned to the classroom.
  • A list of students assigned to the classroom including their student id and final grade.

 InstructionsApplication Structure

Projects should be organized into libraries or packages of classes that fall into general categories. This project can be divided into two packages:

  1. school which contains JavaBeans that naturally fall into that category.
  2. util which contain general purpose classes.

In your project directory create the listed subdirectories. They will be the packages used for the JavaBeans, interfaces, and utilities required:

  • util
  • school

The util Package Files

Your class files for your course supplied the KeyboardReader class. Copy the KeyboardReader.java into the util package.

In the util package, create the Displayable interface. The interface should declare one method as follows:

public
Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question