Skip to content
Snippets Groups Projects
Commit b4d5d588 authored by Calvin Tsai's avatar Calvin Tsai
Browse files

Merge branch 'ctsai7_staff_page' into 'main'

Ctsai7 staff page

See merge request !102
parents d6afa969 cfc64454
No related branches found
No related tags found
1 merge request!102Ctsai7 staff page
Pipeline #576852 passed
/* 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",
......
public class Staff {
public Employee ctsai7() {
return new Employee(
"Calvin Tsai",
"Student",
"excited",
"smallmouth_bass.jpg",
"a fish I like to catch"
);
}
public Employee yverma23() {
return new Employee(
"Yash Verma",
......
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