Skip to content

Instantly share code, notes, and snippets.

@madevelopers
Last active August 29, 2015 14:23
Show Gist options
  • Save madevelopers/a95b4ce6512fb6f82ae7 to your computer and use it in GitHub Desktop.
Save madevelopers/a95b4ce6512fb6f82ae7 to your computer and use it in GitHub Desktop.
How to declare variables in Java #java #flashcard
String firstName;
String lastName;
int hour, minute;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment