Review the code snippet.

Which statement completes the code snippet so that:
• The lastReleaseDate remains the same when nextApplePhone.releaseDate is nil.
• The lastReleaseDate updates to the nextApplePhone.releaseDate when nextApplePhone.releaseDate is NOT nil.
Given the function, which two function calls are valid? (Choose 2.)

Review the code.
var capitalCities = [ " USA " : " Washington D.C. " , " Spain " : " Madrid " , " Peru " : " Lima " ]
Which two statements add the capital city of " Italy " to the dictionary? (Choose 2.)
Review the code snippet.

Move each item from the list on the left to the correct code segment on the right. You may use each item only once.
Note: You will receive partial credit for each correct response.
