Problem in java program
byte b=10 shows no error but
float f =10.0 shows error that double found..
why??
float f =10.0 shows error that double found..
why??
0