Back to slide -- Keyboard shortcut: 'u'  previous -- Keyboard shortcut: 'p'  next -- Keyboard shortcut: 'n'          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