Skip to content

Commit dac021b

Browse files
author
AmiyahJo
committed
feat: adds students
1 parent ae8787a commit dac021b

File tree

1 file changed

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

1 file changed

+3
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1+
import java.util.ArrayList;
2+
13
public class JobReadinessLab {
24
//variables contribute towards success like mentoring session , job prep, social support
35
int mentorSession;
46
String teacherAssistant;
57
String socialSupport;
68
String jobTutor;
79
boolean isSuccessful;
8-
//a list of students;
9-
10+
ArrayList<String> students;
1011
}
1112

0 commit comments

Comments
 (0)