Guest User

Untitled

a guest
May 20th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. var intValue: Int = 5
  2. var doubleValue: Double = 7.0
  3. var addition = Double(intValue) + doubleValue //addition will be implicitly considered of type Double by swift compiler
Add Comment
Please, Sign In to add comment