Computed Properties
State Variable
User Input
Dictionaries
Random
100

A combination  variable and a function

What is a computed property

100

A way to declare a state variable

What is @State private var 

100

A way to get the input values from the user

What is readLine()

100

The first term in a pair in a dictionary 

What is a key 

100

A decimal number in Swift

What is a double

200
A way to declare a computed property 
What is var
200

The value of a state variable

What is can change over time


 

200

The return value of readLine()

What is a String

200

The second term in a pair in a dictionary 

What is a key

200

The way to declare a function in Swift 

What is func

300

Runs code to calculate values

What is the main purpose of computed properties

300

The refrence of a @State variable in a body

What is provides updated values

300

The way to force unwrap an optional string

What is !
300

The way to print the first value in a dictionary 

What is print(name_of_dictionary[0])

300

The way to remove the second item in an array

What is name_of_array.remove(at: 1)

M
e
n
u