+ 3
Because you are often concatenating two strings from data a user has input, or that have been read from a file etc. i.e. you don't know what they are in advance. In the early stages it's good to demonstrate the ideas using string literals (actually writing it yourself) to experiment with how it works but in practice you use concatenation often
6th Jan 2018, 11:21 PM
Dan Walker
Dan Walker - avatar