Skip to content
Snippets Groups Projects
Commit e01a9b4c authored by Evan Lou's avatar Evan Lou
Browse files

Merge branch 'evanlou_staff_page' into 'main'

Add Evan Lou's employee and product infos

See merge request !43
parents 1320ce1b 49701f2e
No related branches found
No related tags found
1 merge request!43Add Evan Lou's employee and product infos
Pipeline #576228 passed
/* check out these products! */
public class Products { /* a good class, but not as good as cse391 */
public Product evanlousProduct() {
return new Product(
"Dorito Piece",
"Biggest Piece of Dorito Ever!!!",
"dorito_piece.jpg",
"Image of the Dorito Piece",
99999.99
);
}
public Product rairai77sProudct() {
return new Product(
"Cheeto Dust",
......
public class Staff {
public Employee evanlou() {
return new Employee(
"Evan Lou",
"Student",
"Very Lazy and Procrastinates",
"lazy_cat.png",
"A lazy cat"
);
}
public Employee rairai77() {
return new Employee(
"Raahil Jain",
......
images/products/dorito_piece.jpg

3.17 KiB

images/staff/lazy_cat.png

334 KiB

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