0
Shouldn't the variable names be lowercase by convention?
1 Answer
0
we use camel convention for naming variables. it means we should start a variable name by abbreviating its type with lower case and then name the variable with the first character in upper case: example: intAge