Question: Write a program that reads a singular English noun from the user. The program then produces the plural form of that noun. To keep the program simple, consider only the following rule: If the word ends in ch, x, or s, add es for the plural, otherwise just add an s.