Skip to content
Snippets Groups Projects
Commit e7a77704 authored by Rayana Lyons's avatar Rayana Lyons
Browse files

Updated Products

parents 4ce90f21 23f6f4d8
No related branches found
No related tags found
1 merge request!190Added Product
Pipeline #577285 passed
......@@ -909,8 +909,7 @@ public class Products { /* a good class, but not as good as cse391 */
199.99
);
}
public Product rlyons8product() {
public Product rlyons8Product() {
return new Product(
"Meowchi Plushie",
"A cute neko plushie",
......@@ -920,5 +919,14 @@ public class Products { /* a good class, but not as good as cse391 */
);
}
public Product sirjan1Product() {
return new Product(
"A ball for soccer",
"used for playing... soccer",
"soccerball.jpg",
"a..soccer..ball",
10000.0
);
}
}
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