C program to read gender (M/F) and print corresponding gender using switch
belongs to collection: C programming switch case Examples/Programs
All Answers
total answers (1)
belongs to collection: C programming switch case Examples/Programs
total answers (1)
Print gender (Male/Female) program according to given M/F using switch
Output
First Run: Enter gender (M/m or F/f): M Male. Second Run: Enter gender (M/m or F/f): x Unspecified Gender.
need an explanation for this answer? contact us directly to get an explanation for this answer