Skip to content

Commit 58d784b

Browse files
author
AmiyahJo
committed
feat: adds 5 variables
int , string , arrayList as the three different types
1 parent 9a3949d commit 58d784b

File tree

1 file changed

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

1 file changed

+8
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
public class JobReadinessLab {
2+
//variables contribute towards success like mentoring session , job prep, social support
3+
int mentorSession;
4+
String teacherAssistant;
5+
String socialSupport;
6+
String tutor;
7+
//Array students;
8+
9+
210

311
}

0 commit comments

Comments
 (0)