0 votes
in Kotlin by
How can you declare a variable in Kotlin?

1 Answer

0 votes
by

below is the method to declare the variable in Kotlin

  1. value my_var: Char
  2. value my_var: Char
...