Swift - Data Types
What will be the output of this Swift code?
let a: Float = 2.5 let b: Float = 1.5 let c = a * b print(c)
What will be the output of this Swift code?
let a: Float = 2.5 let b: Float = 1.5 let c = a * b print(c)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions