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
+ 21
0
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 11
0
@@ -975,4 +975,15 @@ public class Products { /* a good class, but not as good as cse391 */
5.00
);
}
public Product ivt3Product() {
return new Product(
"caramel latte",
"delicous caffinated beverage",
"caramel-latte.jpg",
"yummy latte in a glass cup with caramel drizzle",
8.00
);
}
}
Loading