palaashdwivedi
palaashdwivedi
CC#
Created by palaashdwivedi on 9/19/2023 in #help
❔ I'm very new, still learning, I don't know understand what's wrong with this
OH Okay, yeah Makes sense
37 replies
CC#
Created by palaashdwivedi on 9/19/2023 in #help
❔ I'm very new, still learning, I don't know understand what's wrong with this
So it only exists for that line? It doesn't fully change it right?
37 replies
CC#
Created by palaashdwivedi on 9/19/2023 in #help
❔ I'm very new, still learning, I don't know understand what's wrong with this
What kind of parameters should I put?
37 replies
CC#
Created by palaashdwivedi on 9/19/2023 in #help
❔ I'm very new, still learning, I don't know understand what's wrong with this
I don't think I properly understand what "new" does
37 replies
CC#
Created by palaashdwivedi on 9/19/2023 in #help
❔ I'm very new, still learning, I don't know understand what's wrong with this
what does new string do?
37 replies
CC#
Created by palaashdwivedi on 9/19/2023 in #help
❔ I'm very new, still learning, I don't know understand what's wrong with this
I don't understand what you mean by the last line "so to store it in the variable m u have to assign it: string m = new string(charArray);"
37 replies
CC#
Created by palaashdwivedi on 9/19/2023 in #help
❔ I'm very new, still learning, I don't know understand what's wrong with this
ohhhh
37 replies
CC#
Created by palaashdwivedi on 9/19/2023 in #help
❔ I'm very new, still learning, I don't know understand what's wrong with this
oh
37 replies
CC#
Created by palaashdwivedi on 9/19/2023 in #help
❔ I'm very new, still learning, I don't know understand what's wrong with this
It doens't
37 replies
CC#
Created by palaashdwivedi on 9/19/2023 in #help
❔ I'm very new, still learning, I don't know understand what's wrong with this
string str = "This is an example!"; // using the method String[] strlist = str.Split(); string r = ""; foreach (String s in strlist) { char[] charArray = s.ToCharArray(); string m = (Array.Reverse(charArray)); Console.WriteLine(s); Console.WriteLine(new string(charArray)); //Console.WriteLine(s); } //Console.WriteLine(strlist);
37 replies