the java data types are:
--> integer
-->float
-->character
--> String
--> double
the values accept by the following data types are.
integer - 1,2,3,4,5,6,789,78
float - 1.2,1.0,3.8..... etc
character - 'A','a' ,'t' ,'h' ....
String - "Hello", "jaypee"
double - 1.22,1.04,1.90 .....
No comments:
Post a Comment