Skip to content
Snippets Groups Projects
Commit 08c15ea2 authored by Ataberk Yildiz's avatar Ataberk Yildiz
Browse files

Merge branch 'main' of gitlab.cs.washington.edu:cse391/24wi/faang

parents aa4876ac 64435e3e
No related branches found
No related tags found
1 merge request!41Added a product, staff bio, and added images for them
Pipeline #576213 passed
......@@ -10,6 +10,15 @@ public class Products { /* a good class, but not as good as cse391 */
42.024
);
}
public Product lwang42sProduct() {
return new Product(
"Big Burger",
"Biggest and best burger",
"bigburger.jpg",
"Picture of a big burger",
1.50
);
}
public Product mehulcsProduct() {
return new Product(
"Giant Gummy Bear",
......
......@@ -8,6 +8,15 @@ public class Staff {
"A snorlax sitting"
);
}
public Employee lwang42() {
return new Employee(
"Lawrence Wang",
"Student",
"Better than Ataberk at Tennis",
"hobbes.jpg",
"Hobbes"
);
}
public Employee mehulc() {
return new Employee(
"Mehul Chaudhari",
......
images/products/bigburger.jpg

8.87 KiB

images/staff/hobbes.jpg

21.6 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