







A Declaration of a variable refers to the following:


(i). Specification of the name of the variable.


(ii). Specification of the data type of the variable.





(iii). Specification of the scope of usage of the variable.


eg.


int age;
String name;
boolean isAbsent;




attention@computerscienceexpertise.com



















