pardipbhatti8791
2/4/2016 - 11:56 AM

Declaring Constants and Variable in swift

Declaring Constants and Variable in swift


// Contstant and variables

let maximumNumberOfLoginAttempts = 10   // Constant Value
var currentLoginAttempt = 0  // Normal Variable