hungdihoc
7/14/2019 - 6:05 PM

Output-3-1

My friends are Maria and Sage
string firstFriend = "Maria";
string secondFriend = "Sage";
Console.WriteLine($"My friends are {firstFriend} and {secondFriend}");