Skip to content
Snippets Groups Projects

Added product, employee name, and images

Merged Emily Nixon requested to merge ejnixon_staff_page into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 10
0
@@ -134,6 +134,16 @@ public class Products { /* a good class, but not as good as cse391 */
);
}
public Product ejnixonsProduct() {
return new Product(
"Hawaii Trip",
"Cheap trip to Hawaii",
"hawaii.jpg",
"picture of Waikiki",
59.99
);
}
public Product joshjyinProduct() {
return new Product(
"Dub Hub",
Loading