Skip to content
Snippets Groups Projects
Commit 56adb2fa authored by Jaden Jung's avatar Jaden Jung
Browse files

Staff.java and Products.java

parent 55f5ec26
No related branches found
No related tags found
1 merge request!55Staff.java and Products.java
Pipeline #576405 passed with stage
in 2 seconds
......@@ -307,4 +307,13 @@ public class Products { /* a good class, but not as good as cse391 */
);
}
public Product JadenProduct() {
return new Product(
"Jaden",
"A student who is working out",
"JungPT.jpg",
"Jaden Working out",
100
);
}
}
......@@ -328,4 +328,13 @@ public class Staff {
);
}
public Employee jungjj() {
return new Employee(
"Jaden",
"Student",
"I'm tired",
"JungPT.jpg",
"Jaden during PT"
);
}
}
images/staff/JungPT.jpg

371 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment