Write a function called do_compare() that will prompt the user for two strings of maximum length 100. It should compare them and print one of the following message: The strings are equal. The first string comes before the second. The second string comes before the first. The function should always return zero.

Q&A Education