Hi All,
For example, when I do this:
var pr = 'R' + 'G' + 'B' + 'Y' + 'P';
Why is C# designed like this? Wasn't the default implementation of adding two chars should be resulting to a string that concatenates the chars, not int?
Thanks in advance.
Other
Can you answer this question?
Write Answer1 Answers