Skip to content
Snippets Groups Projects

Added product, employee name, and images

Merged Emily Nixon requested to merge ejnixon_staff_page into main
4 files
+ 18
0
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 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