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

ready

parent a0435dc3
No related branches found
No related tags found
2 merge requests!150Main,!143update page pranavnt
Pipeline #577160 failed
...@@ -765,4 +765,13 @@ public class Products { /* a good class, but not as good as cse391 */ ...@@ -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