Suppose we have a session variable that displays the acquired values as “110, 920, 100, 150, 120, 140, 130”.We want to display these as “100, 110, 120, 130, 140, 150, 920” in ascending order of the acquisition code.The reason for this is that we want...