Declaring and Assigning Variables
When we need
to use a variable we must need to declare by naming the variable which is known
as identifier and its data type. To use some value in the variable we need to
assigned the value.
Identifier
An identifier
must start with a letter or an underscore, it can only contain letters, digits,
and underscore characters.
Int a ;
No comments:
Post a Comment