Explore Library
Code QuizBeginner

Explicit Type Annotation Mismatch

Spot the conflict between the annotation and the value.

Codeswift
let temperature: Int = 98.6
print(temperature)

What is the bug in this code?