What is the proper way to declare a variable ?

  1. variableName variableType;

  2. variableName;

  3. variableType;

  4. variableType variableName;


Correct Option: D

Find more quizzes: