Skip to content

Instantly share code, notes, and snippets.

@sajjadyousefnia
Created October 17, 2018 20:08
Show Gist options
  • Save sajjadyousefnia/8df22451d64061993435692e8f1cd4c0 to your computer and use it in GitHub Desktop.
Save sajjadyousefnia/8df22451d64061993435692e8f1cd4c0 to your computer and use it in GitHub Desktop.
NutritionFacts cocaCola = new NutritionFacts();
cocaCola.setServingSize(240);
cocaCola.setServings(8);
cocaCola.setCalories(100);
cocaCola.setSodium(35);
cocaCola.setCarbohydrate(27);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment