Skip to content
Snippets Groups Projects

Update bio to staff page and product to products page

Closed Chaitanya Sekhar requested to merge cscs24_staff_page into main
2 files
+ 22
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 11
1
@@ -508,7 +508,7 @@ public class Products { /* a good class, but not as good as cse391 */
);
}
public Product ccsekhar20Product() {
public Product cscs24Product() {
return new Product(
"Coffee",
"Good coffee",
@@ -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