diff --git a/Products.java b/Products.java index 826fd0034cbde34fffbf962c45b615aa15d8236c..061a8a74409c0424eb6b8314d6b360dc3fa43e64 100644 --- a/Products.java +++ b/Products.java @@ -1,6 +1,15 @@ /* check out these products! */ public class Products { /* a good class, but not as good as cse391 */ - + public Product bohanz04Product() { + return new Product( + "CSE351 hw problem", + "A confusing problem faced", + "test2.jpg", + "image of that problem", + 1.00 + ); + } + public Product kevinh33Product() { return new Product( "Duolingo owl",