Skip to content
Snippets Groups Projects
Commit a117275c authored by Ikshita Sathanur's avatar Ikshita Sathanur
Browse files

products and staff changed

parent 1284e523
No related branches found
No related tags found
1 merge request!32Ikshitas products and staff changed
Pipeline #576165 failed
......@@ -171,6 +171,17 @@ public class Products { /* a good class, but not as good as cse391 */
}
public Product ikshitasProduct(){
return new Product(
"Ice Cream",
"Sweet treat!",
"icecream.jpg",
"ice cream",
10.0
);
}
public Product skuttyProduct() {
return new Product(
"Rake",
......
......@@ -28,6 +28,16 @@ public class Staff {
);
}
public Employee ikshitas(){
return new Employee(
"Ikshita",
"Student",
"Tired",
"sunset.png",
"sunset"
);
}
public Employee faangPup() {
return new Employee(
"Steve",
......
images/products/icecream.png

874 KiB

images/staff/sunset.png

2.25 MiB

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