What programming language should I learn next?For what it is worth I see a lot of C# being used. I know this is not the place for another questi...
input check helpTry this, I changed you for loop to a while loop and changed the way your count variable is incremen...
input check helpI see a few issues. if (count = 14) You are actually setting count to 14. It should be if (count ...