Categories
|
Test: Swift - Type Inference, Type Safety, and Type Conversion 3. var score: Int = getScore() - the function signature is: func getScore() -> Double - what’s the type of score?
Results Congratulations! Correct Answer. You Answered: None. If you took the test, your answer will show up here. Correct Answer: Will result in an error Explanation Here getScore() function returns a Double value. During the declaration, score is explicitly made to be of Int type. There is no implicit conversion between types in Swift and hence will result in an error.Take the Test Take the complete test on this topic. You will be able to review answers to questions and get a test score.
Take the Test
Question 3 of 5
Test is Based on this Article
This article talks about miscellaneous topics and concepts in Swift: Type Inference, Type Aliases, Type Safety, and Type Conversion
|
This is a test on Type Inference, Type Safety, and Type Conversion in Swift.
|
|
More Articles With Similar Tags
|
This series of articles goes through the basics of Swift. It introduces Playgrounds and REPL; Variables and Constants; Int, Float, Bool; Tuples, Type Aliases, Type Inference, Type Safety, and more.
|
This is a test on Type Inference, Type Safety, and Type Conversion in Swift.
|
|
|
|
|