how do i display this array
Hi. Im having an issue with displaying an string array. the way it comes out is like this. you can see it the screenshot before the debug statement
11 Replies
on the bottom is my write out
Uh
Write the joined string to the console
Not the source array
See how
student_names_string
is darker and has the first letter underlined?
That means you're not using this variableokay i got it now but the problem is that it lists the ones under average but there is a bunch of commas
nvm
i think i can solve this
Those are the empty elements, I'd assume
yeah
how would i remove those
Could filter the array before joining
LINQ
.Where()
would be useful heresweet man
thank you