Skip to content
Snippets Groups Projects
Commit 90af8501 authored by Rosenlind's avatar Rosenlind
Browse files

Problem 5

parent e01ca973
No related branches found
No related tags found
1 merge request!85Drose4 staff page
Pipeline #576603 failed
......@@ -451,4 +451,12 @@ public class Products { /* a good class, but not as good as cse391 */
159.99
);
}
}
public Product drose4Product() {
return new Product(
"Trader Joes Chicken Fried Rice",
"The best frozen fried rice on earth",
"friedrice.jpg",
"Image of trader joes chicken fried rice package",
3.99
);
}}
......@@ -482,4 +482,13 @@ public class Staff {
"international student lebron james from tiktok"
);
}
public Employee drose4() {
return new Employee(
"Dylan",
"Student",
"Semi pro Uno player",
"dog.jpeg",
"Picture of a dog"
);
}
}
images/staff/dog.jpg

217 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