4
Answers

Why there is no an output for this code?

Bassel Mohamed

Bassel Mohamed

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

Answers (4)