MCQs > IT & Programming > Swift > What is the result of the following code? func potteryBarn (name: String, score: Int) -> String { return 'Hello (name)! Your score is (score).' } potteryBarn ('Tom' , 2)

Swift MCQs

What is the result of the following code? func potteryBarn (name: String, score: Int) -> String { return "Hello (name)! Your score is (score)." } potteryBarn ("Tom" , 2)

Answer

Correct Answer: Hello Tom! Your score is 2.

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Swift Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Swift Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it