Question: i nees solve this qustion in java class *********************************** public class SClass { private int id; private int roomNumber; private String classManager; private Student mangerAssistance;

i nees solve this qustion in java class *********************************** public class SClass {

private int id; private int roomNumber;

private String classManager; private Student mangerAssistance; private char section; private Level level;

public enum level { FIRST, SECOND, THIRD, FORTH, FIFTH, SIXTH, SEVENTH, EIGHTH, NINTH, TENTH, ELEVENTH, TWELVETH; }

public SClass(int id, int roomNumber,ArrayList books, String classManager, Student mangerAssistance, ArrayList students, ArrayList lecture, char section) { this.id = id; this.roomNumber = roomNumber; this.books = books; this.classManager = classManager; this.mangerAssistance = mangerAssistance; this.student = students; this.section = section;

}

Map> levelSection = new HashMap<>(); } ***************************************** package school.model;

import java.util.ArrayList;

public class school { private Admin admin; private ArrayList instructors; private ArrayList sClasses;

public school(Admin admin, ArrayList instructors, ArrayList sClasses) { this.admin = admin; this.instructors = instructors; this.sClasses = sClasses; } }

Add to the module: Build a school (admin, instructors, sClasses ) Add to SClass (level, section, mangerAssistance, studentsMarks) Create a school control class : set admin Add class

((((Level should be in 1 12 Section should be like a, b or c incremental when I add class with same level))Shuld be map , hashmap))

Add instructor Create sClass control class Add student Build table (maybe many methods) Assign room number Assign books Assign random instructor as manger Assign the top avg student as manger Assistance

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!