Develop a system that keeps track of pre

Develop a system that keeps track of preschool students. There are four typesof preschoolers: Guppies, who are two; Puppies, who are three; Tigers, who arefour; and Lions, who are five.Each group needs a special list of school materials. Guppies need paste andcolored paper. Puppies need paste, colored paper, and rulers. Tigers needthe supplies of the younger students plus a notebook and pencil. Lions needall of this and scissors.Ms. Smith teaches the Guppies and Puppies. Ms. Jones teaches the Tigers. Ms.Anderson teaches the Lions.Your system should capture the name, age, and school group (which is determined byage) of n number of preschoolers. Note that if the user does not enter a school group,the group appropriate for that age should be added for the student.Each type of student (Guppies, Puppies, etc.) should be separateclasses that all inherit from a common parent, preschoolStudent. The parentclass should have defaults for each of the data variables and methods needed.Your application should store the individual objects in an ArrayList, and shouldallow the inputing of n number of records. The only attributes that the usermust input are the name and age of each entered student (be sure to handlethe entry of different data types with a try catch block). Group is optional, with thesystem ascertaining the appropriate preschool class for each one.Your application should also print out a report that groups each class, with theteacher and students, along with the supply list. Example (Data entry):Name: Timmy JonesAge: 4Name: Suzy SmithAge: 5Name: Mikey NesmithAge: 2Name: Pablo GarciaAge: 4Group: Tiger(Print out):Guppies Ms. SmithMikey NesmithSupplies needed: ?Puppies Ms. SmithSupplies needed: ?Tigers Ms. JonesTimmy JonesSupplies needed: ?Lions Ms. AndersonSuzy SmithPablo GarciaSupplies needed: ?

Use the order calculator below and get started! Contact our live support team for any assistance or inquiry.

[order_calculator]
CategoriesUncategorized