Question: Using java (oop) Make a system for Tution Center. Dont use file handling and data base. The application must be able to show proper menu

Using java (oop) Make a system for Tution Center. Don’t use file handling and data base. The application must be able to show proper menu to the user for different options that cover the requirements below. Use proper inheritance between classes otherwise no marks will be awarded. 

1. Store data as objects for student, tutor, subject, payment, and each class schedule.
2. Student must be registered to the class and tutor. Student can enroll more than 1 subject at different time.
3. Tuition fee are charged each month, RS40/subject (each subject fee can be different).
4. The application must be able to display receipt each month for all student and the subjects they enrolled.
5. The maximum student per class is 15. You cannot enroll more than 15 students in a class.
6. Generate the following data in main:
 At least 5 subjects
 At least 3 tutors
 At least 10 schedules
 At least 20 students: Some enrolled 2 subjects for 3 months Some enrolled 4 subjects for 3 months Some enrolled 5 subjects for 3 months

Step by Step Solution

3.45 Rating (164 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

using java code import javamathRoundingMode import javautilLinkedList import javautilList import javautilRandom import javautilScanner import javamathBigDecimal public class Student private String fir... View full answer

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 Programming Questions!