Find the gender from a name
- by Ramesh
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.