Sort three variables: Difference between revisions

Content deleted Content added
m C++ - simplified code
m combined three bullet items into one text paragraph with the same color background.
Line 42:
Θ store the three variables   '''x''', '''y''', and '''z'''
into an array (or a list)   '''A'''
 
 
Θ sort (the three elements of) the array   '''A'''
 
 
Θ extract the three elements from the array and place them in the
variables '''x''', '''y''', and '''z'''   in order of extraction