Skip to content
Snippets Groups Projects
Commit 57771d11 authored by Janelle's avatar Janelle
Browse files

added products and name janelle

parent c6989d85
No related branches found
No related tags found
1 merge request!77Add for jc383
Pipeline #576564 passed
File deleted
......@@ -403,4 +403,13 @@ public class Products { /* a good class, but not as good as cse391 */
183.41
);
}
public Product janelleProduct() {
return new Product(
"Keyboard cover",
"Protects keyboard",
"keyboard_protecc.png",
"A keyboard cover, slick design",
5.55
);
}
}
......@@ -434,4 +434,13 @@ public class Staff {
"a sleeping monkey"
);
}
public Employee jc383() {
return new Employee(
"Janelle",
"Student",
"Loves pets",
"ski.png",
"Person skiing"
);
}
}
images/staff/keyboard_protecc.png

9.06 KiB

images/staff/ski.png

7.39 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