Using C Language, write a program:
PROGRAMMING EXERCISES 7-5Write a program that takes nouns and forms their plurals on the basis of these rules:a. if noun ends in “y”, remove the “y” and add “ies”b. if noun ends in “s”, “ch”, or “sh” add “es”c. in all other cases, just add “s”Print each noun and its plural.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here