Skip to content
Snippets Groups Projects
Commit 3552dd53 authored by Kevin Hernandez's avatar Kevin Hernandez
Browse files

Made kevinh33 changes

parent 721cf0f4
No related branches found
No related tags found
1 merge request!78Made kevinh33 changes
Pipeline #576567 failed with stage
in 2 seconds
/* check out these products! */
public class Products { /* a good class, but not as good as cse391 */
public class Products { /* a good class, but not as good as cse391 */
public Product kevinh33Product() {
return new Product(
"Duolingo owl",
"He's super angry",
"duo_angry.jpg",
"His anger levels rising",
150.00
);
}
public Product evanlousProduct() {
return new Product(
"Dorito Piece",
......
public class Staff {
public Employee kevinh33() {
return new Employee(
"Kevin Hernandez",
"Student",
"Loves pets",
"silly_dino.png",
"My silly cat"
);
}
public Employee evanlou() {
return new Employee(
"Evan Lou",
......
images/products/duo_angry.jpg

30.8 KiB

images/staff/silly_dino.png

270 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