Skip to content
Snippets Groups Projects

Bryan Added files and change code in staff.java

Closed Bryan Zhao requested to merge bohanz04_staff_page into main
1 file
+ 10
1
Compare changes
  • Side-by-side
  • Inline
+ 10
1
/* 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",
Loading