Skip to content

Instantly share code, notes, and snippets.

@ivanjx
Last active September 23, 2019 10:02
Show Gist options
  • Save ivanjx/1d10746017ba220c5088869fcf0913d2 to your computer and use it in GitHub Desktop.
Save ivanjx/1d10746017ba220c5088869fcf0913d2 to your computer and use it in GitHub Desktop.
// Integer.
int bulat = 1;
// Float.
float desimal = 10.5;
// Double.
double desimal2 = 10.5555555;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment