✅ Bug
Hello guys, i'm a C# beginner and i found a bug in my code, however i don't know how to fix it, it may be easy for the experienced ones but i'm struggling, i tried using chat gpt but he didn't help me at all this is my code:
Basically the bug is that whenever i write "Add visitor on position" it goes to the first condition because it's got "Add visitor" i tried switching the places but it just throws an error, i would appreciate some help
44 Replies
instead of comparing the input like that perhaps you could have made a Menu instead and give the user option to chose whatever they want
this doesn't look like a good way tbh
that's how my teacher taught me to do it tho
also instead of comparing parts of the string like this you could've compared the whole input e.g
It's still not a good way but a slightly better way because in this case you are comparing the whole command literally and that bug shouldn't happen
okay i'll try, thank you
do you see the difference? that condition will compare the whole command instead of only comparing parts by parts which is not necessary
yes yes, i don't know how i didn't think of that 😅
i'm sorry, i've been coding for 2 months
or something like that
no it's totally fine
also
here what if user doesnt input a number but something random such as
abcdf
instead ?
wont the program crashyes it will
so the solution is
int.TryParse
that's js practice exercises provided by the Ministry of Education and Science
oh so that's what tryparse is for
yes
i was wondering what it's used for
thank you 😅
you are welcome
$close
If you have no further questions, please use /close to mark the forum thread as answered
it still doesnt work tho
there's an exact output that u have to get on the website i'm looking at
and you have to enter
what doesn't work and how
one sec
u have to enter this
and get
this
but i get this as my output
share your renewed code
i'll make the TryParse thing later
i just need to get the exact output 😅
lemme test it out
sure
just tested this and I got this output:
Peter, Simona, Krasimir, Petya Stoyan
You need to get this: Peter Simona Krasimir Katya Petya Stoyan
u copied and pasted the exact same thing i sent, right
ohhh
i found out why

its because i'm writing Katya 3
yes
also
and its visitors.Insert(position, name);
im writing the name first, then the position
on the first line you shouldn't split the input based on the whitespace but based on the commas because what if a name contains the whitespace in itself? won't that create problem so instead do this:
Okay yea i was gonna fix that later, i js wanted to get the right output
yeah probably
oop
no
that's not the issue
for some reason the program just skips the Add on position command
index first, item after
where should i write that
@ThE K!!nG in your code the command is being compared to
Add on Position
note that P
is capital here while in the given input p is smaller
that's just an example of how Insert should be usedohhh yea
😭
i didn't notice that
i'm so sorry
imma go try it
:catlost:
yea it worked
i'm sorry, i'm trying my best
😭
congrats
Thank you so much for helping me and sorry for disturbing you
i hope u have a wonderful day/night!
nah you are welcome
you can close the thread
okay!
$close
If you have no further questions, please use /close to mark the forum thread as answered