Skip to content

Commit e2c5a69

Browse files
author
AmiyahJo
committed
feat: adds boolean isSuccessful
tracks progress later on for my class
1 parent 58d784b commit e2c5a69

File tree

1 file changed

+5
-3
lines changed
  • lesson_16/objects/objects_app/src/main/java/com/codedifferently/lesson16/amiyahjones

1 file changed

+5
-3
lines changed

lesson_16/objects/objects_app/src/main/java/com/codedifferently/lesson16/amiyahjones/jobReadinessLab.java

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ public class JobReadinessLab {
33
int mentorSession;
44
String teacherAssistant;
55
String socialSupport;
6-
String tutor;
7-
//Array students;
8-
6+
String jobTutor;
7+
boolean isSuccessful;
8+
//a list of students;
99

1010

11+
12+
1113
}

0 commit comments

Comments
 (0)