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

 Create a program for this using C++ code Exercise 2: Array
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 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

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!