diff --git a/Product.java b/Product.java index 0916d6feb26ee5467f8222924154131d0a98a0fd..c47df1afbd386502ca20a6ad830b7101bf396d85 100644 --- a/Product.java +++ b/Product.java @@ -37,4 +37,14 @@ public class Product { return "Product"; } + public Product tly6() { + return new Product( + "Intel Core i9 14900K", + "Great Performance in creative apps", + "Intel-CoreI9.jpeg", + "Picture of Intel Processor", + 589.00 + ); + } + }