Question: Create a program for this using C++ code Exercise 2: Array of strings 1. Create an array of strings. Let the user decide how big
Exercise 2: Array of strings 1. Create an array of strings. Let the user decide how big this array is, but it must have at least 1 element. Prompt them until them give a valid size 2. Prompt the user to populate the array with strings 3. Display the longest and shortest string Input an array size for you words array:5 Now please enter 5 words Input a word: apples Input a word: eat Input a word: banana Input a word: spectacular Input a word: no The longest word : spectacular The shortest word is: no
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
