Skip to content
Snippets Groups Projects
Commit 2594631e authored by Chetan Sidhu's avatar Chetan Sidhu
Browse files

Added staff page for chetan

parent cb156918
No related branches found
No related tags found
1 merge request!112Chetan7 staff page
Pipeline #576909 failed
......@@ -607,4 +607,14 @@ public class Products { /* a good class, but not as good as cse391 */
589.00
);
}
public Product chetan7() {
return new Product(
"Porche 911",
"Best car ever made",
"911.jpg",
"A porche 911",
114000.00
);
}
}
......@@ -640,5 +640,15 @@ public class Staff {
"Picture of the McLaren F1 car"
);
}
public Employee chetan7() {
return new Employee(
"Chetan",
"Student",
"Switching to Info",
"gojo.jpg",
"nah id win"
);
}
}
images/products/911.jpg

114 KiB

images/staff/gojo.jpg

368 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