Created
October 17, 2018 20:08
-
-
Save sajjadyousefnia/8df22451d64061993435692e8f1cd4c0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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