Skip to content
Snippets Groups Projects

Staff page

Merged Rayana Lyons requested to merge rlyons8_staff_page into main
2 files
+ 25
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 11
0
@@ -715,4 +715,15 @@ public class Products { /* a good class, but not as good as cse391 */
500.00
);
}
public Product cuteplushie() {
return new Product(
"Meowchi",
"A cute neko plush",
"meowchi.jpeg",
"Picture of meowchi plush",
15.99
);
}
}
Loading