which are the three valid declarations for float?
1. float f2 = 7.784;
2 float f1 = -875;
3 float f3 = 0x13895;
4 float f4 = 56e67;
5 float f5 = 5.37F;
6 float f6 = 2751.0E;

Posted on by