Skip to content
Snippets Groups Projects

New bio to staff page and product to products page

Merged Chaitanya Sekhar requested to merge cscs24_staff_page into main
2 files
+ 20
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 10
0
@@ -536,4 +536,14 @@ public class Products { /* a good class, but not as good as cse391 */
5.99
);
}
public Product cscs24Product() {
return new Product(
"Coffee",
"Good coffee",
"coffee.jpeg",
"Picture of coffee",
4.99
);
}
}
Loading