I noticed that
Program A
var okie=Int(2)
print(okie)
Program B
var okie:Int=2
print(okie)
Output
2
I noticed that program A and program b works on the same way, Can any on elaborate what is happening
I noticed that
Program A
var okie=Int(2)
print(okie)
Program B
var okie:Int=2
print(okie)
Output
2
I noticed that program A and program b works on the same way, Can any on elaborate what is happening