4
Answers

Why there is no an output for this code?

Photo of Bassel Mohamed

Bassel Mohamed

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

Answers (4)