blah blah blah is here! blah blah » Close

1
votes
1 answers

Or comparision on strings.

I want to check whether a a person has entered "y" or "Y" on a console screen. I'm trying to use: string answer; do { Console.WriteLine("Please enter the actors name"); tempActorList.Add(Con ...

Feedback