Computer Science Canada Palindrome program help anyone!!!! |
Author: | zomg [ Thu Oct 21, 2004 12:04 pm ] | ||
Post subject: | Palindrome program help anyone!!!! | ||
Hi im new at VB and i having trouble with my palidrome project...
i want it so that the program doesnt look for punctuation or spaces right now i can type " racecar" and it will work but not "race car" or "race, car" |
Author: | McKenzie [ Thu Oct 21, 2004 1:07 pm ] | ||
Post subject: | |||
I would make a function that would take a string and return a string with all of the spaces and punctuation stripped out. Use the Mid function to go through the word one letter at a time. <pseudocode>
|
Author: | zomg [ Fri Oct 22, 2004 11:31 am ] |
Post subject: | |
thx so much but where do i put that in the program? ![]() |
Author: | Tony [ Fri Oct 22, 2004 9:54 pm ] |
Post subject: | |
umm.. processing the input right after you get the value from user would just make sence ![]() |
Author: | donz [ Wed Jan 05, 2005 1:23 am ] |
Post subject: | Palindrome program |
can anyone here help me to look for a palindrome program... pls i need it badly.... ![]() |