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

Merge branch 'ggsmadhu_staff_page' into 'main'

ggsmadhu staff page

See merge request !120
parents 6154a4b8 36b4f475
No related branches found
No related tags found
1 merge request!120ggsmadhu staff page
Pipeline #577016 canceled
......@@ -653,6 +653,16 @@ public class Products { /* a good class, but not as good as cse391 */
);
}
public Product ggsmadhuProduct() {
return new Product(
"Coca Cola",
"Best soft drink",
"coke.jpeg",
"Coca Cola can",
1.50
);
}
public Product chetan7() {
return new Product(
"Porche 911",
......@@ -673,6 +683,7 @@ public class Products { /* a good class, but not as good as cse391 */
"Picture of a lindt milk chocolate package",
2.00
);
}
public Product sprofit() {
......
......@@ -683,6 +683,15 @@ public class Staff {
);
}
public Employee ggsmadhu(){
return new Employee(
"Madhumitha",
"Student",
"Working",
"mountsi.jpeg",
"Mount Si"
);
}
public Employee chetan7() {
return new Employee(
"Chetan",
......
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