How to check multiple conditions - Swift for Complete Beginners

Поділитися
Вставка
  • Опубліковано 1 січ 2025

КОМЕНТАРІ • 3

  • @tanveerwaheedji
    @tanveerwaheedji 11 місяців тому

    in 31 code line
    why are you using age instead of userAge?

    • @mskellco
      @mskellco 9 місяців тому +2

      Probably typo :) In this case, it happened to work because we defined age earlier in the code.

  • @0xDevelopers
    @0xDevelopers 3 роки тому

    To all beginners. If you have more than one condition to check. Use switch case, it's cleaner and more efficient.