temporary variable
Computing term for a variable used to hold data temporarily during program execution.
Use a temporary variable inside the loop to store the calculation result temporarily.
Assign a value to the temporary variable, then proceed to the next process.