Skip to content
Snippets Groups Projects

Ctsai7 staff page

Merged Calvin Tsai requested to merge ctsai7_staff_page into main
Files
2
+ 9
0
/* check out these products! */
public class Products { /* a good class, but not as good as cse391 */
public Product ctsai7Product() {
return new Product(
"G. Loomis GLX Casting Rod",
"Fishing rod",
"g_loomis_glx.jpg",
"A g.loomis casting rod",
460.00
);
}
public Product yverma23sProduct() {
return new Product(
"Lebron 2's",
Loading