MCQs > IT & Programming > Swift > find out the output generated by the following lines. let b1 = abc([9,-7,3,110,4,721) print('number: \(b1.x), \(b1.y)')

Swift MCQs

Based on your analysis of the above code. find out the output generated by the following lines.

let b1 = abc([9,-7,3,110,4,721)

print("number: \(b1.x), \(b1.y)")


Answer

Correct Answer:

number: -21, 330  

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