Figure 1 shows pseudocode assigning string values to two variables.
brand ← 'smart'
product ← 'watch'
Select the option that shows the exact result of concatenating the variable brand with the variable product.
'smart watch'
'Smartwatch'
'smartwatch'
'smart watch'