2 Variables in Kotlin | Kotlin Tutorial Videos
2 Variables in Kotlin | Kotlin Tutorial Videos | by Mr.Mahesh
Table of Contents
How to declare a variable in Kotlin?
Difference Between var and val
Kotlin Basic Types
Numbers
Byte
Short
Int
Long
Double
Float
Char
Boolean
var language = "French"
val score = 95
var language: String = "French"
val score: Int = 95
var language: String // variable declaration of type String
... .. ...
language = "French" // variable initialization
val score: Int // variable declaration of type Int
... .. ...
score = 95 // variable initialization
----------------------------------------------------------------------
|
I am really very happy to find this particular site. I just wanted to say thank you for this huge read!! I absolutely enjoying every petite bit of it and I have you bookmarked to test out new substance you post.
ReplyDeleteSalesforce Training in Chennai
Salesforce Online Training in Chennai
Salesforce Training in Bangalore
Salesforce Training in Hyderabad
salesforce training in ameerpet
Salesforce Training in Pune
Salesforce Online Training
Salesforce Training
This comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
ReplyDelete