Skip to content
Snippets Groups Projects
Commit 3c6c69a3 authored by Kevin Xiao's avatar Kevin Xiao
Browse files

Update file Products.java

parent ccd64b2c
No related branches found
No related tags found
1 merge request!14Kevin's Merge
Pipeline #576069 failed
/* check out these products! */
public class Products { /* a good class, but not as good as cse391 */
public Product rairai77sProudct() {
return new Product(
"Cheeto Dust",
"Just the good part (spicy)",
"cheetos.png",
"News about cheeto dust taking over",
42.024
);
}
public Product kevinsProduct(){
return new Product(
"Basketball",
......
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