003-003-003

Variables: Swapping Values

Easy

Problem Description

Swapping Values

In this problem, you will create a program that swaps the values of two variables using a temporary variable (temp) and displays the result to standard output.

Use a temporary variable (temp) to swap values between two variables.

Ready to Try Running Code?

Log in to access the code editor and execute your solutions for this problem.

Don't have an account?

Sign Up