Click here to Skip to main content
15,924,452 members

Comments by Member 13978326 (Top 2 by date)

Member 13978326 9-Sep-18 16:52pm View    
selectedindices =
List.of(1, 2, 3, 4, 5, 6)


indicesofpositionguessed =
List.of(1, 2, 3, 5, 5, 6


when you compare the two, its supposed to be: "User guess at position 3 is correct but at wrong position" but instead is "User guess at position 3 did not match selected"
Member 13978326 9-Sep-18 16:41pm View    
i dont understand what you mean