SWAPPING VALUES In this exercise, you use what you have learned about swapping values to complete the following:
1. Suppose you have declared and initialized two string variables, item1 and item2, in a C++ program. Now, you want to swap the values stored in item1 and item2, but only if the value of item1 is greater than the value of item
2. Write the C++ code that accomplishes this task. The declarations are as follows: