Question: Plan and code a menu-driven well modularized (functions) program utilizing an array. Read all tabs. Modifying the previous lab. Store text entries and their length
Plan and code a menu-driven well modularized (functions) program utilizing an array. Read all tabs.
Modifying the previous lab. Store text entries and their length in an array of structures. Add the following menu options to
Print the text entries and their length in a table format with headings; text entries should be left aligned and numerical entries should be right aligned; tip: use setw()
Display stats
the longest word and its length
the shortest word and its length
the count of the text entries stored
the total number of characters in all text entries
Print text entries in ascending order (use bubble sort)
Quit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
