Variables Declarations in java

 Variables Declarations in java:

Syntax:

 type identifier [ = value][, identifier [= value] ...] ;

e.g. int a = 5, b, c = 8;

e.g. char ch = „M‟;

e.g. float area = 45.334;

Post a Comment

Please do not enter any spam link in the comment box