0
why not added concatenation?
Why not added concatenation? Example: Console.WriteLine("Hello {0}", yourName); added as Console.WriteLine("Hello" + yourName); Why not?
1 Antwort
+ 8
The standard is to use placeholders, but you can use whichever is to your preference, if you want. Look here, too:
https://www.sololearn.com/discuss/84544/?ref=app