Skip to content
Snippets Groups Projects
Commit 50f0f5bf authored by Yash's avatar Yash
Browse files

Yash's product and bio ready for commit

parent ba1a4d6b
No related branches found
No related tags found
1 merge request!88Yash's product and bio ready for commit
Pipeline #576651 passed
/* check out these products! */
public class Products { /* a good class, but not as good as cse391 */
public Product yverma23sProduct() {
return new Product(
"Lebron 2's",
"Nike basketball shoes",
"Lebron2.png",
"Image of black and white nikes",
105.97
);
}
public Product joshjyinProduct() {
return new Product(
"Dub Hub",
......
public class Staff {
public Employee yverma23() {
return new Employee(
"Yash Verma",
"Baller",
"Sleep deprived",
"LebronJamesMeme.jpg",
"Lebron Meme"
);
}
public Employee joshjyin() {
return new Employee(
"Joshua Yin",
......
images/products/Lebron2.png

129 KiB

images/staff/LebronJamesMeme.jpg

5.69 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