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 (7)
...@@ -827,6 +827,15 @@ public class Products { /* a good class, but not as good as cse391 */ ...@@ -827,6 +827,15 @@ public class Products { /* a good class, but not as good as cse391 */
1000.0 1000.0
); );
} }
public Product aagateProduct() {
return new Product(
"Meta quest",
"a virtual reality headset",
"metaquest.jpg",
"A meta quest 3 on Amazon",
9.00
);
}
public Product acuraIntegra() { public Product acuraIntegra() {
return new Product ( return new Product (
......
...@@ -847,6 +847,15 @@ public class Staff { ...@@ -847,6 +847,15 @@ public class Staff {
"celsius picture" "celsius picture"
); );
} }
public Employee aagate() {
return new Employee(
"Arohan",
"Student",
"doing homework",
"sloth.jpg",
"picture of a sloth"
);
}
public Employee kristong() { public Employee kristong() {
return new Employee ( return new Employee (
......
images/products/metaquest.jpg

31.4 KiB

images/staff/sloth.jpg

48.4 KiB