1234567891011121314151617181920



Question 1: What is the proper way to declare a variable ?
1. variableName variableType;
2. variableName;
3. variableType;
4. variableType variableName;