Skip to content
Snippets Groups Projects
Commit fd069327 authored by David Hyun's avatar David Hyun
Browse files

t

parent dfb4af3c
No related branches found
No related tags found
1 merge request!104davyhyun staff page
Pipeline #576859 failed with stage
in 2 seconds
/* check out these products! */
public class Products { /* a good class, but not as good as cse391 */
public Product davyhyunProduct() {
return new Product(
"Protein Powder",
"Protein Powder to make you huge",
"ProteinPowder.jpg",
"Image of our Protein Powder product",
23.97
);
}
public Product yverma23sProduct() {
return new Product(
"Lebron 2's",
......
public class Staff {
public Employee davyhyun() {
return new Employee(
"David Hyun",
"The GOAT",
"Currenty Cookin",
"GordonRamsey.jpg",
"Gordon Ramsey Cooking"
);
}
public Employee yverma23() {
return new Employee(
"Yash Verma",
......
images/products/ProteinPowder.jpg

42 KiB

images/staff/GordonRamsey.jpg

7.15 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