mathalope.co.uk
Accelerated C++ Solution to Exercise 3-4
Exercise 3-4 Write a program to report the length of the longest and shortest string in its input. Solution I notice that the solution to this problem will be somewhat similar to the Solution to Ex…