Run
C#
Edit in .NET Fiddle
using System; string test="Hello",test2="World"; string test3=test+" "+test2;
4
1
using
System
;
2
3
string
test
=
"Hello"
,
test2
=
"World"
;
4
string
test3
=
test
+
" "
+
test2
;
Cached Result
Loading packages and dependencies
;