A

Admin • 670.22K Points
Coach

Q. What keyword is used to define a constant that can never change?

  • (A) var
  • (B) let
  • (C) final
  • (D) static
  • Correct Answer - Option(B)
  • Views: 1
  • Filed under category Swift (iOs)
  • Hashtags:

Explanation by: Admin
`let` defines a constant value that cannot be modified after assignment.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.