Created
January 21, 2016 16:08
-
-
Save briansalvattore/088d0469971da472de4a to your computer and use it in GitHub Desktop.
This file contains 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
public class GalletaDeChipsChocolate{ | |
int chips; /**Variabla de tipo entero: 1, 120, 8396*/ | |
double peso; /**Variabla de tipo real, admite decimales: 1.4, 83.28*/ | |
String marca; /**Variabla de tipo cadena: "Chips Ahoy", "Nestle"*/ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment