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.)
Which property wrapper allows you to read data from the system or device settings?
Complete the code by selecting the correct option from each drop-down list to create the following screen.

Note: You will receive partial credit for each correct answer.

Review the code:

Given a struct called Animal, what line of code should be added on line 5 in order to produce the output shown?

Review the code.
Note: You might need to scroll to see the entire block of code.

A breakpoint is set on line 3. When the application is run. it will stop at line 3. You need to debug the code. Drag each debugging control from the left to the correct instruction on the right. You will receive partial credit for each correct answer

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.