The pseudocode in Figure 1 assigns two string values to two variables.
Figure 1
title ← 'computer science' 
level ← 'gcse'Identify once choice that shows the result of concatenating the variable title with the variable level in Figure 1.
- 'computer science gcse' 
- 'Computer Science GCSE' 
- 'computersciencegcse' 
- 'computer sciencegcse' 
Did this page help you?