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 the code in C Write a program that reads a noun

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!