diff --git a/Products.java b/Products.java
index aed9a5a428a278f1a2ac33f7f95576a7a1a36f49..b8a00925e92b6b9ec20e26403d1b6f275ff953d4 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