You have already completed these exercises!
Do you want to take them again?
You completed the C# String Concatenation Exercises from W3Schools.com
Share on:
Drag and drop the correct method to concatenate firstName and lastName.
firstName
lastName
string fullName = (firstName, lastName);