boolean userMan = true; | |
int userAge = 81; | |
float userAverage = 10.5; | |
String userName = "Henri Bergson"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
boolean userMan = true; | |
int userAge = 81; | |
float userAverage = 10.5; | |
String userName = "Henri Bergson"; |