Skip to content
Snippets Groups Projects
Commit 1b3abfa9 authored by Cat Lam's avatar Cat Lam
Browse files

tuongcat changes

parent ef933705
No related branches found
No related tags found
1 merge request!6Adding tuongcat info
Pipeline #576034 passed with stage
in 2 seconds
......@@ -39,4 +39,14 @@ public class Products { /* a good class, but not as good as cse391 */
4.29
);
}
public Product tuongcatProduct() {
return new Product(
"Panda",
"panda",
"panda.jpg",
"panda image",
10000
);
}
}
......@@ -49,4 +49,14 @@ public class Staff {
"just an image"
);
}
public Employee tuongcat() {
return new Employee(
"Cat",
"student",
"studies",
"panda.jpg",
"panda icon"
);
}
}
images/products/panda.jpg

94.5 KiB

images/staff/panda.jpg

94.5 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