USE C++ and please keep program as simple as possible and also
comment so it is easy to understad
Create a structure called time. Its three members, all type int,
should be called hours,
minutes, and seconds. Write a program that prompts the user to
enter a time value in hours,
minutes, and seconds. This should be in 12:59:59 format. This
entire input should be assigned
first to a string variable. Then the string should be tokenized
thereby assigning the...