Review the code snippet and then predict the output.

Review the code snippet.

What will print after the final line of code is executed?
Answer the question by typing in the box.
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 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.

Which code correctly creates a size 300 rectangular Image View with rounded corners that displays the entire image, regardless of size?
A)

B)

C)

D)

When you press ' Show Button ' on your app. a modal View appears.
Complete the code by selecting the correct option from each drop-down list.
Note: You will receive partial credit for each correct answer.

Review the code.

When entered into the TextField, which number will display a blue canvas on the SecondView?
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.
