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

Merge branch 'rairai77_staff_page' into 'main'

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

See merge request !12
parents 5e99b7c0 55038b2c
No related branches found
No related tags found
1 merge request!12Added rairai77 to Staff.java and created cheeto dust product in Products.java
Pipeline #576054 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