Skip to content
Snippets Groups Projects
Commit 98e10f39 authored by Pranav Teegavarapu's avatar Pranav Teegavarapu
Browse files

ready

parent a0435dc3
Branches boschen_staff_page
No related tags found
2 merge requests!150Main,!143update page pranavnt
Pipeline #577160 failed with stage
in 2 seconds
......@@ -765,4 +765,13 @@ public class Products { /* a good class, but not as good as cse391 */
);
}
public Product pranavntProduct() {
return new Product(
"Celsius Essentials 1000 pack",
"1000 pack of celsius essentials. will keep you awake.",
"celsius-picture.png",
"Celsius Essentials",
1000.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