Skip to content
Snippets Groups Projects
Verified Commit 981f489f authored by Shangzhen Yang's avatar Shangzhen Yang
Browse files

Add shangy24Product

parent 7e31034c
No related branches found
No related tags found
2 merge requests!156Main,!132Add shangy24's work
Pipeline #577090 failed with stage
in 3 seconds
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment