- This event has passed.
10 AM – Intro to Java
July 17, 2021 @ 10:00 am - 11:00 am
Homework
Continue the SchoolApplication project by doing the following
- Create a new method inside SchoolMainApplication.java called “displayMenuAndGetSelection()”
- Inside “displayMenuAndGetSelection()” you need to display menu below and get input from shell. The method needs to return user selection. This is a method with return value String.
- Call above method from run() method continuously until user enter “10”.
School System: 1. Add a student 2. Add a teacher 3. Find student 4. Find teacher 5. List all students 6. List all teachers 7. List all students map 8. List all students order by firstName 9. List all students order by Age reverse 10. Quit Enter your selection: 10 Thank you for using AYCLOGIC School application