Kotlin


  • There are 2 types of variables val and var
    • val variables don't change
    • var variables change

Comments