generics/string/app-1-output - Output from the String<int> program. | Lecture 11 - slide 10 : 21 Program 3 |
Result of comparing [] and [1]: -1 Result of comparing [1] and [1]: 0 Result of comparing [1, 2, 3] and [1]: 1 Result of comparing [1] and [1, 2, 3]: -1 Result of comparing [1, 2, 3] and [1, 2, 3]: 0