Post

Replies

Boosts

Views

Activity

Reply to Cannot convert value of type 'int' to expected argument type 'string'?
Test
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to Cannot convert value of type 'int' to expected argument type 'string'?
import Foundation struct Question: Hashable { let questionText: String let possibleAnswers: [String] let correctAnswerIndex: Int static let allQuestions: [Question] = [ Question(questionText: "What was the first computer bug?", possibleAnswers: [ "Fly", "Moth", "Ant", "Beetle", ],
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’23