Closed sgmdlt closed 2 years ago
In lesson we talk about string concatenation and advice using .ToString() method. But in current solution we use + operator to concatenate string representation which is different from the explicit string conversion.
+
In lesson we talk about string concatenation and advice using .ToString() method. But in current solution we use
+
operator to concatenate string representation which is different from the explicit string conversion.