what are the default value of the primitive data type int and float
Answers
Answered by
4
Default Values
Data Type Default Value (for fields)
int 0
long 0L
float 0.0f
double 0.0d
Answered by
0
Answer:
hope it helps u
Explanation:
Primitive data types: The primitive data types include boolean, char, byte, short, int, long, float and double.
Similar questions