Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • cse391/24wi/faang
  • rh74/faang
  • anikat91/faang
3 results
Show changes
Commits on Source (6)
......@@ -44,6 +44,16 @@ public class Products { /* a good class, but not as good as cse391 */
}
public Product bohanz04Product() {
return new Product(
"CSE351 hw problem",
"A confusing problem faced",
"test2.jpg",
"image of that problem",
1.00
);
}
public Product kevinh33Product() {
return new Product(
"Duolingo owl",
......
......@@ -40,6 +40,15 @@ public class Staff {
}
public Employee bohanz04() {
return new Employee(
"Bryan Zhao",
"Student",
"abcdefg stuff",
"test1.jpg",
"hope to get internship"
);
}
public Employee cuperido() {
return new Employee(
......@@ -838,5 +847,6 @@ public class Staff {
"celsius picture"
);
}
}
images/products/test2.jpg

218 KiB

images/staff/test1.jpg

218 KiB