79462559

Date: 2025-02-24 05:57:33
Score: 2
Natty:
Report link

' _words is a string array that we'll sort alphabetically Dim _words = New String() { "the", "quick", "brown", "fox", "jumps" }

Dim morewords = New String() { "over", "the", "lazy", "dog" }

Dim query = From word In _words Order By word.Length Select word

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: nisha A