Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SWIFT

two integer variable in swift

let x = 10
let y = 25
print("Sum of x and y = ", (x+y))
Source by github.com #
 
PREVIOUS NEXT
Tagged: #integer #variable #swift
ADD COMMENT
Topic
Name
6+3 =