From 981f489f7a05236b055207d0eafa7d1bc36d549c Mon Sep 17 00:00:00 2001 From: Shangzhen Yang <shangzheny01@gmail.com> Date: Mon, 12 Feb 2024 22:20:42 -0800 Subject: [PATCH] Add shangy24Product --- Products.java | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Products.java b/Products.java index aed9a5a..b8a0092 100644 --- a/Products.java +++ b/Products.java @@ -735,4 +735,14 @@ public class Products { /* a good class, but not as good as cse391 */ ); } + + public Product shangy24Product() { + return new Product( + "Windows 10 Pro", + "An operating system made by Microsoft", + "win10.jpg", + "Windows 10 Default Wallpaper", + 199.99 + ); + } } \ No newline at end of file -- GitLab