Here's my code for the method.
public void CreateProblemsWrongList()
{
foreach (String i in problemsWrong)//Each string in the List is added to the variable
{
int test = int.Parse(problemsWrong.Max());
int count = 0;
if (count < test)
{
outWrongAnswers += i + ", ";
}
count++;
}
}
All items added into the list are strings.

New Topic/Question
Reply
MultiQuote










|