C# (CSharp) _7.ConcatenationAndCasting 네임스페이스

클래스들

이름 설명
ConcatenationAndCasting Declare two string variables and assign them with “Hello” and “World”. Declare an object variable and assign it with the concatenation of the first two variables (mind adding an interval). Declare a third string variable and initialize it with the value of the object variable (you should perform type casting).