Swift - Basics and Runtime
Find the error in this Swift code snippet:
let age = 25
print("Age is: " + age)Find the error in this Swift code snippet:
let age = 25
print("Age is: " + age)"Age is: \(age)" instead of + operator.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions