Click here to Skip to main content
15,905,874 members

Comments by Member 12370098 (Top 2 by date)

Member 12370098 31-Mar-16 18:02pm View    
Thanks for the replies. I'm sorry. I admit I don't fully understand it all yet. Like I said I started adding things just to get rid of errors.

I honestly didn't think that would generate any errors. I thought in console apps you were supposed to use static modifiers. My logic behind the public string was to make sure it worked throughout the program, I was getting out of bounds errors.

I'm trying to understand it by doing it, I haven't understood everything I've learned.

Thank you for your advice and I'll definitely keep it in mind.
Member 12370098 5-Mar-16 9:06am View    
Nevermind, I figured out what I did wrong. I nested the invalid item message when I shouldn't have and then was able to set the bool variable = true after that and the output is correct now. Thanks!