Skip to content

Instantly share code, notes, and snippets.

@briansalvattore
Created January 21, 2016 16:08
Show Gist options
  • Save briansalvattore/088d0469971da472de4a to your computer and use it in GitHub Desktop.
Save briansalvattore/088d0469971da472de4a to your computer and use it in GitHub Desktop.
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