What is the difference between
float f = (float) 99.32 ;
and
float f = 99.32f ;
Both of them compiled and ran successfully.
Aucun commentaire:
Enregistrer un commentaire