SORU - 24 / 25
-
S
"Float" türü için geçerli tanım (declaration) hangisidir ?
-
A
float f = 1.0;
-
B
float f = 1F;
-
C
float f = 1.0d;
-
D
float f = "1";
-
DOĞRU CEVAP
float f = 1F;
- ÖNCEKİ SORU SONRAKİ SORU