0
what is answer of question
What is the output of the following code? struct Test { var num = 0 subscript(tmp: Int) -> Int { return tmp*num } } var t = Test(num:8) print(t[2])
2 ответов
0
I really appreciate https://fileexplorerwindows.com this post really informative.
- 2
answer:16