2 Answers
New Answer'f' forces the number to be of type float. A value like 2.1 is of type double by default.
2.1f =>means 2.1 of type float data. 2.1 =>means 2.1 of type double(default case). 2.1d =>means 2.1 of double data type.
Learn Playing. Play Learning
SoloLearn Inc.
Send us a message