SORU - 3 / 15
-
S
Aşağıdaki kodda boşluğa ne gelmelidir?
using System; namespace MyProgram { class Program { static void Main(string[] args) { string str = "Arada uğra sorular ekliyoruz.."; ____ (str); Console.ReadLine(); }}}
-
A
alert
-
B
echo
-
C
Console.WriteLine
-
D
System.print
-
DOĞRU CEVAP
Console.WriteLine
- ÖNCEKİ SORU SONRAKİ SORU