Kotlin's variables & Data Types
Variables
In kotlin we create variable same as java program. Like we also use var and val, difference between two is ‘var’ variable user can change the value but not enter difference data type, means if you save String data in var variable first time...
akshaytekam.hashnode.dev5 min read