Home / Report Question

Q. Which of the following is a correct computed property?
  • A. var name = "John"
  • B. var age: Int = 25
  • C. var area: Int { return width * height }
  • D. let value = ()