Swap Values of 3 Variables (Challenge)

# Introduction In this challenge, we will implement a program that swaps the values of three input integers. The program will take three integers, `a`, `b`, and `c`, and swap their values, giving b the original value of `a`, `c` the original value of `b`, and a the original value of `c`. Finally, the program will output the new values of `a`, `b`, and `c`.

|60 : 00

Click the virtual machine below to start practicing