Exercise Objectives ✓ Call by reference. Problem Description • Swapping two numbers. Problem Description Open Code Block
Posted: Thu May 26, 2022 9:12 am
Exercise Objectives ✓ Call by reference. Problem Description • Swapping two numbers. Problem Description Open Code Block IDE, create a new project. Use this project to: o Create a function that takes three parameters, the function swap the minimum number with the maximum number. o In the main function ask the user to enter three numbers, print the three numbers, call the function, then print the three numbers again Enter Three numbers 5 9 after 2519