Bassel Mohamed

Bassel Mohamed

  • NA
  • 2
  • 493

Why there is no an output for this code?

Feb 23 2017 2:25 PM
string x = "Bassel";
int y = 15;
Console.WriteLine("My name is {0} and my age is {1}" ,x,y);

Answers (4)