In SwiftUI, how can you extract a subview from a main view to make the code more modular?
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?
Review the code.

When entered into the TextField, which number will display a blue canvas on the SecondView?
Review the code snippet.

What value does the code output?
Answer the question by typing in the box.
Refer to this image to complete the code.

Note: You will receive partial credit for each correct answer
