Question: Write the code in C Write a program that reads a noun word (string) and then produces the following outputs:: (a) What is the length
Write the code in C

Write a program that reads a noun word (string) and then produces the following outputs:: (a) What is the length of the word? (b) Form the plural of the noun by- adding es if that word ends with o, s, sh or ch. Otherwise simply add s; Print the following output. (c) Now read your full name as input and print your name in reverse order such that it follows "Last Name, First Name format. Sample Input: Noun: volcano Your Name: George Orwell Sample Output: a) Length of the noun is 7 b) Plural: volcanoes c) Orwell, George
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
