Comment Re:palindromes (Score 1) 633
Yea, i loved that program. I did it my junior year of high school (it was last year, i'm a senior this year). I really enjoyed it. We did it in C++, and it had to be recursive, which was even more fun. For kicks i added in a few options like to compare it with case sensitivity, and to strip out odd characters and leave only the letters a-z A-Z (great way to learn casting(static_cast, reinterpret_cast)). I highly recommend this project no matter which language you use though, it's a lot of fun.