Skip to content
Snippets Groups Projects

Add shangy24's work

Merged Shangzhen Yang requested to merge shangy24_staff_page into main
1 file
+ 10
0
Compare changes
  • Side-by-side
  • Inline
+ 10
0
@@ -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
Loading