Skip to content
Snippets Groups Projects
Commit 05c33d2e authored by Kris Tong's avatar Kris Tong
Browse files

Kris

parent 311cbc24
No related branches found
No related tags found
2 merge requests!161Kris staff and product,!156Main
Pipeline #577207 failed with stage
in 1 second
......@@ -806,4 +806,14 @@ public class Products { /* a good class, but not as good as cse391 */
1000.0
);
}
public Product acuraIntegra() {
return new Product (
"Acura Integra",
"Acura Integra",
"acura.jpg",
"Acura Integra",
52400
);
}
}
......@@ -826,5 +826,15 @@ public class Staff {
"celsius picture"
);
}
public Employee kristong() {
return new Employee (
"Kris",
"Student",
"Hello",
"boy.jp",
"🙏"
)
}
}
images/products/acura.jpg

174 KiB

images/staff/boy.jpg

24.9 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