List the five modes of transportation and for each mode, provide
a brief description of the kinds / types of cargo that are
typically transported via that mode.
C++
Write a program that reads in a list of 10 names as input from a
user and places them in an array.
The program will prompt for a name and return the number of
times that name was
entered in the list. The program should output total number of
instances of that name and then prompt for another name until the
word done is typed in.
For this lab, use the string data type as opposed to char to...