Login
Remember
Register
Ask a Question
How can you declare a variable in Kotlin?
0
votes
asked
Oct 5, 2021
in
Kotlin
by
rajeshsharma
How can you declare a variable in Kotlin?
kotlin-variable
variable-declaration
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 5, 2021
by
rajeshsharma
below is the method to declare the variable in Kotlin
value my_var: Char
value my_var: Char
...