Skip to content
Snippets Groups Projects

Staff page

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