Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
Functions
Write and test a function that takes the addresses of three double variables as arguments and that moves the value of the smallest variable into the first variable, the middle value to the second variable, and the largest value into the third variable.