What describes this line of code?
let val = 5
A constant named val of type Number
Number
A variable named val of type item
item
A variable named val of type Int Reference: The Swift Programming Language: Language Guide: The Basics: Type Safety and Type Inference
Int
A constant named val of type Int