Skip to content
Snippets Groups Projects
Commit 635c4317 authored by Pranav Teegavarapu's avatar Pranav Teegavarapu
Browse files

Merge remote-tracking branch 'origin/main' into pranavnt_staff_page

parents 6d0c5b5e c5429c73
No related branches found
No related tags found
2 merge requests!150Main,!143update page pranavnt
Pipeline #577169 passed with stage
in 2 seconds
/* check out these products! */
public class Products { /* a good class, but not as good as cse391 */
public Product boschenProduct() {
return new Product(
"sleepCoke",
"It will help you a nice sleep",
"sleepCoke.jpg",
"really good, has sleepy coffine",
9.98
);
}
public Product benoreProduct() {
return new Product(
"Taylor Swift - Folklore Vinyl",
"A vinyl containing the deluxe edition of Taylor Swift's Grammy-winning FFolklore album.",
"folkloreac.png",
"The album cover for Taylor Swift's folklore album.",
29.99
);
}
public Product kevinh33Product() {
return new Product(
"Duolingo owl",
......
public class Staff {
public Employee boschen() {
return new Employee(
"Boshan Chen",
"Sleeper",
"Sleep and stare blankly",
"White.jpg",
"umm.."
);
}
public Employee benore() {
return new Employee("Ben",
"Student",
"Computer Science student",
"benore.jpg",
"Picture of Ben Oreizy");
}
public Employee cuperido() {
return new Employee(
"Young You",
......
images/products/folkloreac.png

79.4 KiB

images/products/sleepCoke.jpg

126 KiB

images/staff/White.jpg

961 B

images/staff/benore.jpg

175 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