Consider the following pseudocode:
title ← 'Artificial '
field ← ' Intelligence'
Select one option that shows the exact result of the concatenation title + field.
'Artificial Intelligence'
'Artificial Intelligence'
'ArtificialIntelligence'
'artificial intelligence'