Project 4b Write Void Function Named Smallsort Takes Three Int Parameters Reference Sorts Q37230980

PLEASE USE C++

PLEASE COMMENT THE FUNCTION AS:

/****************************/

FUNCTION DEFINITION

*****************************/

Project 4.b Write a void function named smallSort that takes three int parameters by reference and sorts their values into as

Project 4.b Write a void function named smallSort that takes three int parameters by reference and sorts their values into ascending order, so that the first parameter now has the lowest value, the second parameter the middle value and the third parameter has the highest value. For example if the main method has: int first- 14 int second –90 int third 2; smallSort(first, second, third); cout first d ide

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.