diff --git a/Products.java b/Products.java index beb01a9399ec1fa550a6e1be8ce9fde600bae708..bb7609e0cf3f54900844c7a3e9435d5f7d0e6784 100644 --- a/Products.java +++ b/Products.java @@ -1,6 +1,14 @@ /* check out these products! */ public class Products { /* a good class, but not as good as cse391 */ - + public Product rairai77sProudct() { + return new Product( + "Cheeto Dust", + "Just the good part (spicy)", + "cheetos.png", + "News about cheeto dust taking over", + 42.024 + ); + } public Product kevinsProduct(){ return new Product( "Basketball",