SORU - 1 / 15
-
S
Aşağıdaki kodda boşluğa ne gelmelidir?
class Program { static void ___ (string[] args) { string str = "Programlamayı seviyorum galiba.."; Console.Write(str); Console.ReadLine(); } }
-
A
function
-
B
method
-
C
MyFunction
-
D
Main
-
DOĞRU CEVAP
Main
- LİSTELERE DÖN SONRAKİ SORU