SORU - 10 / 30
-
S
7 sayısal değerine sahip bir değişkeni nasıl oluşturursunuz ?
-
A
int x = 7;
-
B
x = 7;
-
C
num x = 7
-
D
double x = 7;
-
DOĞRU CEVAP
int x = 7;
- ÖNCEKİ SORU SONRAKİ SORU