- This event has passed.
7 PM – Intro To Java – Bill
April 18 @ 7:00 pm - 8:00 pm
Gamas Sub
Today We Did
- We reviewed Tell Me Your Age program using OOP way: methods and class.
- We started SchoolSystem program.
Homework
- Continue on your SchoolSystem program.
- Create a new class Student (Student.java).
- Inside this Student class, it should have 3 attributes
- String name
- int age
- int grade
- Inside this Student class, it should have 3 attributes
- Inside schoolSystem, inside applicationLoop(). when user enter “exit” it should stop the program