MCQs > IT & Programming > C# > Which of the following is the correct way to randomize a generic list of 75 numbers using C#?

C# MCQs

Which of the following is the correct way to randomize a generic list of 75 numbers using C#?

Answer

Correct Answer: Random random = new Random(); List<object> products= GetProducts(); products.OrderBy(product => random.Next(products.Count));

Explanation:

Note: This Question is unanswered, help us to find answer for this one

C# Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

More C# MCQ Questions

search

C# Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it