« All Events
5 PM – Intro To Java – Gamas
December 18, 2021 @ 5:00 pm - 6:00 pm
Today We Do
- We continued to learn more about Object Oriented Programming (OOP): we learned more about class and methods.
Homework:
- Create a new Java file Dec18SchoolApplication.java
- Create a run method that will print and get input from user. If user enter anything other than “99”, just continue displaying the menu. Look at how we did Dec18ObjectOrientedProgramming.java today. This is very similar to what we did in the class today.
-
School System:
1. Add a student
2. Find student
3. List all students
99. Quit
Enter your selection:1
School System:
1. Add a student
2. Find student
3. List all students
99. Quit
Enter your selection: 99
Thank you for using AYCLOGIC School System.
Bye bye.