Introduction
  • Introduction To Course
  • Downloading Tools
  • Hello World In Kotlin
Variables and Comments
  • Variables In Kotlin
  • Mutable and Immutable Variables
  • Writing Comments in Kotlin
Data Types
  • Basic Data Types - 1
  • Type Inference and Explicit Declaration
  • More Data Types - 2
  • String Handling In Kotlin
If Else Conditionals
  • If Else Conditional
  • Comparison Operator
  • Else If Conditional
  • Logical Operators
  • #Problem: Find Largest Number