Skip to content
Snippets Groups Projects

Sjeyte staff page

Merged Sulyman Jeyte requested to merge sjeyte_staff_page into main
1 file
+ 11
0
Compare changes
  • Side-by-side
  • Inline
+ 11
0
@@ -640,5 +640,16 @@ public class Staff {
"Picture of the McLaren F1 car"
);
}
public Employee sjeyte() {
return new Employee(
"Sulyman",
"Student",
"Academic comeback season!",
"lebron.jpeg",
"Picture of LeBron down 3-1 in the Finals."
);
}
}
Loading