Skip to content
Snippets Groups Projects
Commit 55038b2c authored by Raahil Jain's avatar Raahil Jain
Browse files

Added rairai77 to Staff.java and created cheeto dust product in Products.java

parent 77c8e7c5
Branches rairai77_staff_page
No related tags found
1 merge request!12Added rairai77 to Staff.java and created cheeto dust product in Products.java
Pipeline #576050 passed
/* check out these products! */
public class Products { /* a good class, but not as good as cse391 */
public Product rairai77sProudct() {
return new Product(
"Cheeto Dust",
"Just the good part (spicy)",
"cheetos.png",
"News about cheeto dust taking over",
42.024
);
}
public Product joshsProduct() {
return new Product(
"Dirt",
......
public class Staff {
public Employee rairai77() {
return new Employee(
"Raahil Jain",
"Student",
"Sleepy",
"snorlax.png",
"A snorlax sitting"
);
}
public Employee faangPup() {
return new Employee(
"Steve",
......
images/products/cheeto.png

313 KiB

images/staff/snorlax.png

107 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