SORU - 5 / 15
-
S
Aşağıdaki kod parçasında boşluğa ne gelmelidir?
class Program { static void Main(string[] args) { int[] myArray = { 10, 20, 30, 40 }; int num = myArray.___; Console.WriteLine(num); Console.ReadLine(); } }
-
A
Size
-
B
Size()
-
C
Length
-
D
Length()
-
E
Hiçbiri
-
DOĞRU CEVAP
Length
- ÖNCEKİ SORU SONRAKİ SORU