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

Add shangy24Product

parent 0bdd9361
No related branches found
No related tags found
2 merge requests!156Main,!132Add shangy24's work
Pipeline #577203 passed with stage
in 2 seconds
This commit is part of merge request !132. Comments created here will be created in the context of that merge request.
......@@ -806,4 +806,14 @@ public class Products { /* a good class, but not as good as cse391 */
1000.0
);
}
}
\ No newline at end of file
public Product shangy24Product() {
return new Product(
"Windows 10 Pro",
"An operating system made by Microsoft",
"win10.jpg",
"Windows 10 Default Wallpaper",
199.99
);
}
}
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