Skip to content
Snippets Groups Projects
Commit c77e6e81 authored by Madhumitha Gandhi's avatar Madhumitha Gandhi
Browse files

Added my Employee and Product into the corresponding places

parent c000380a
No related branches found
No related tags found
1 merge request!120ggsmadhu staff page
......@@ -619,4 +619,14 @@ public class Products { /* a good class, but not as good as cse391 */
589.00
);
}
public Product ggsmadhuProduct() {
return new Product(
"Coca Cola",
"Best soft drink",
"coke.jpeg",
"Coca Cola can",
1.50
);
}
}
......@@ -652,5 +652,14 @@ public class Staff {
"Picture of the McLaren F1 car"
);
}
public Employee ggsmadhu(){
return new Employee(
"Madhumitha",
"Student",
"Working",
"mountsi.jpeg",
"Mount Si"
);
}
}
images/products/coke.jpeg

42.2 KiB

images/staff/mountsi.jpeg

492 KiB

images/staff/sunset.png

2.25 MiB | W: | H:

images/staff/sunset.png

2.25 MiB | W: | H:

images/staff/sunset.png
images/staff/sunset.png
images/staff/sunset.png
images/staff/sunset.png
  • 2-up
  • Swipe
  • Onion skin
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