4
Answers

Why there is no an output for this code?

string x = "Bassel";
int y = 15;
Console.WriteLine("My name is {0} and my age is {1}" ,x,y);

Answers (4)