Description
Assume variables first and second are declared to be double and are initialized. Write a sequence of lines of code that cause the values stored in first and second to be exchanged if the value of first is not less than second.
Input
Given two different numbers of double type, i.e. first and second
Output
Orderly arrangement of first and second