79322317

Date: 2025-01-01 21:03:54
Score: 1.5
Natty:
Report link

string s = " Bob Loves Alice "

string[] allwords = s.Split(new char[] { ' ' }, StringSplitOptions.RemoveEmptyEntries);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Najmul Islam Naeem