Pre-Summer Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

Review the code snippet.

What is the output from each print statement?

Answer the question by typing in the box.

Review the code snippet.

The " faces " dictionary contains emojis and their descriptions.

Which code will create an array named " emo)is " that will copy all the emojis from the " faces " dictionary?

A.

let emojis - List(faces.koys())

B.

let emojis - Array(faces.values)

C.

let emojis List(faces.values())

D.

let emojis = Array(faces.keys)