Computer Science, asked by 06joekru51263, 11 days ago

8.10 Lesson Practice question 2 help please

Attachments:

Answers

Answered by Maria1776
3

Answer:

temp

Explanation:

Answered by mpurna2578sl
1

Answer:

Temporary Variable. In a swap, we need to use a temporary variable so that one of the values is not lost.

Explanation:

  • A variable with a short lifetime is called a Temporary variable.
  • A temporary variable is used in places where data is soon will be discarded or moved to a more permanent location.
  • Therefore, in a Swap, you use or need a temporary variable so that one of the values is not lost.

#SPJ3

Similar questions