I want to use LINQ to find the difference in two string
The first string is the correct Answer the second is a users Quiz what I need to know is what questions they answerd incorrectly the question number and there respose.
results expected "1x,2a,3b,10b,20b"
var Answer = "A,B,D,A,D,B,A,C,B,A,C,D,B,D,B,D,D,B,A,D,D,B,B,A,B,A,D,C,B,C,C,B,A,A,C,A,D,B,C,C,A,D,A,D,A,B,B,B,A,B";
var Quiz = "x,A,B,A,D,B,A,C,B,B,C,D,B,D,B,D,D,B,A,B,D,B,B,A,B,A,D,C,B,C,C,B,A,A,C,A,D,B,C,C,A,D,A,D,A,B,B,B,A,B";


Lawrence PondPosted Jan 18, 2018, 1:28 AM
ANIL JENAPosted Dec 31, 2017, 2:16 PM
Rajeesh MenothPosted Dec 29, 2017, 1:56 AM
Laxmidhar SahooPosted Dec 28, 2017, 5:55 AM
Rajkiran SwainPosted Dec 28, 2017, 4:29 AM