Skip to content
Snippets Groups Projects

Adding my Product

Merged Abhay Nori requested to merge anori-main-patch-51060 into main
1 file
+ 10
0
Compare changes
  • Side-by-side
  • Inline
+ 10
0
@@ -1006,4 +1006,14 @@ public class Products { /* a good class, but not as good as cse391 */
);
}
public Product anoriProduct() {
return new Product(
"Water Bottle",
"Hydrating beverage",
"b5bc06f5-7208-4e64-ba92-7be43b474d16.5cbc4d93cd2d649a66a73b9e7250dc05.jpeg.webp",
"Image of tasty energizing beverage",
3.00
);
}
}
Loading