Skip to content
Snippets Groups Projects
Commit abfbb510 authored by Kelsey Sun's avatar Kelsey Sun
Browse files

Merge branch 'qsun05_staff_page' into 'main'

Qsun05 staff page

See merge request !177
parents 55075540 9557f404
No related branches found
No related tags found
2 merge requests!177Qsun05 staff page,!156Main
Pipeline #577250 passed with stages
in 1 minute and 54 seconds
/* check out these products! */
public class Products { /* a good class, but not as good as cse391 */
public Product qsun05Product() {
return new Product(
"walking boba",
"it walks by itself so u dont have to hold it with ur hands",
"walkingBoba.jpg",
"a boba that can walk",
69.69
);
}
public Product boschenProduct() {
return new Product(
"sleepCoke",
......
public class Staff {
public Employee qsun05() {
return new Employee(
"Kelsey Sun",
"Professional mattress tester",
"Likes to sleep",
"comfy_bed.jpg",
"bed"
);
}
public Employee smayan(){
return new Employee(
......
images/products/walkingBoba.jpg

98 KiB

images/staff/bed.jpg

139 KiB

images/staff/nice_bed.jpg

515 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