Add new product for Cleah
1 unresolved thread
1 unresolved thread
Added a new product and staff to Products.java and Staff.java.
Merge request reports
Activity
added 5 commits
-
100784cf...cc479087 - 4 commits from branch
main
- 7e2238e2 - Merge branch 'main' of gitlab.cs.washington.edu:cse391/24wi/faang into cleahw_staff_page
-
100784cf...cc479087 - 4 commits from branch
requested review from @cleahw
368 public Employee robertdl(){ 369 return new Employee( 370 "Robert Luiten", 371 "Vice Assistant Chair of the Faang Executive Money-Making Board.", 372 "I don't really know what my job is and nobody pays me.", 373 "robheadshot.png", 374 "Robert's Professional Headshot" 375 ); 376 } 359 377 360 378 public Employee cleahw() { 361 379 return new Employee ( 362 380 "Cleah", 363 381 "Student", 364 382 "I play basketball!", 365 383 "ocean_sunset.jpg", mentioned in commit 27f3dbf3
Please register or sign in to reply