Skip to content
Snippets Groups Projects
Commit a50c228f authored by WILLIAM's avatar WILLIAM
Browse files

Merge remote-tracking branch 'origin/main' into wgong2_staff_page

resolving merge conflict
parents e60447db 2bddcd1f
Branches wgong2_staff_page
No related tags found
2 merge requests!163commit for wgong2,!156Main
Pipeline #577234 passed with stage
in 2 seconds
......@@ -838,6 +838,15 @@ public class Products { /* a good class, but not as good as cse391 */
1000.0
);
}
public Product aagateProduct() {
return new Product(
"Meta quest",
"a virtual reality headset",
"metaquest.jpg",
"A meta quest 3 on Amazon",
9.00
);
}
public Product acuraIntegra() {
return new Product (
......
......@@ -859,6 +859,15 @@ public class Staff {
"celsius picture"
);
}
public Employee aagate() {
return new Employee(
"Arohan",
"Student",
"doing homework",
"sloth.jpg",
"picture of a sloth"
);
}
public Employee kristong() {
return new Employee (
......
images/products/metaquest.jpg

31.4 KiB

images/staff/sloth.jpg

48.4 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