Find the gender from a name
Posted
by Ramesh
on Stack Overflow
See other posts from Stack Overflow
or by Ramesh
Published on 2009-11-06T05:15:29Z
Indexed on
2010/04/14
6:43 UTC
Read the original article
Hit count: 236
Hi guys, I recently confronted with a weird yet interesting question. The questions is as follows: Need to write a program which can give the gender as output based on the name. Example: INPUT --> John Michael Britney OUTPUT--> male male female
So this is the output I expect. I tried a lot to solve, but I really was not able to crack it. I will be really thankful to this site for giving me an opportunity to share this question.
Actually this is asked in a programming contest as a flyer problem, so I thought this can be programmed.
© Stack Overflow or respective owner