Back to notes -- Keyboard shortcut: 'u'  previous -- Keyboard shortcut: 'p'  next -- Keyboard shortcut: 'n'  Slide program -- Keyboard shortcut: 't'    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