Using C Language, write a program: PROGRAMMING EXERCISES 7-5 Write 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”...


Using C Language, write a program:


PROGRAMMING EXERCISES 7-5
Write 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.



Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here