the code segment below is intended to swap the values of the variables first and second using a temporary variable, temp. the block code consists of 3 lines. line 1: temp, left arrow, first line 2: first, left arrow, second line 3: missing code which of the following can be used to replace missing code so that the code segment works as intended? responses