Problem 2007. Swap two numbers

Example

Input:

 a = 10
 b = 20

Output

 a = 20
 b = 10

Solution Stats

73.0% Correct | 27.0% Incorrect
Last Solution submitted on Mar 18, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers478

Suggested Problems

More from this Author1

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!