How do i get this
Console.WriteLine("Koordinaattipiste " + (4,2) + " on kvandrantissa 1.");
to print
(4,2)
instead of
(4, 2)
with the space in between?
question from:https://stackoverflow.com/questions/65944327/how-to-get-this-string-concatenation-correctly-outputed