attempting to do:
test .Remove() beyond what the microsoft provided example.
string data = "12345John Smith 5000 3 ";
123455000 3
error:
proposed approach:
haven't read deeper into the explanation, asked chatGPT, or referred to docs, but I didn't understand the terminal output
"123455000 3" gets cut off from: ""12345John Smith 5000 3 ";
it appears 5 and a bunch of whitespace gets cut out but it still doesn't seem to add to 20 characters.
attempting to do: test .Remove() beyond what the microsoft provided example.
string data = "12345John Smith 5000 3 "; 123455000 3
error:
proposed approach: haven't read deeper into the explanation, asked chatGPT, or referred to docs, but I didn't understand the terminal output "123455000 3" gets cut off from: ""12345John Smith 5000 3 "; it appears 5 and a bunch of whitespace gets cut out but it still doesn't seem to add to 20 characters.
possible improvements: