CS173: Intro to Computer Science - Horstmann Parsons Puzzle: Swap (0 Points)

This page is adapted from Prof. Cay Horstmann's Codecheck Parsons Puzzles.

Exercise Goals

The goals of this exercise are:
  1. To manipulate variables by correctly swapping their values
Fill in the prompts to trace the algorithm and swap two int variables.