Skip to content
Snippets Groups Projects
Commit 25d64e2e authored by Bryan Zhao's avatar Bryan Zhao
Browse files

Another change in Products.java

parent 1cdb1a0a
No related branches found
No related tags found
4 merge requests!162Bohanz04 staff page,!156Main,!145Bohanz04 staff page,!139Bryan Added files and change code in staff.java
Pipeline #577150 failed with stage
in 2 seconds
/* check out these products! */
public class Products { /* a good class, but not as good as cse391 */
public Product bohanz04Product() {
return new Product(
"CSE351 hw problem",
"A confusing problem faced",
"test2.jpg",
"image of that problem",
1.00
);
}
public Product kevinh33Product() {
return new Product(
"Duolingo owl",
......
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