Introduction - If you have any usage issues, please Google them yourself
Title: Enter three integers x, y, z, please put three numbers small to large output.
1. Program analysis: we find a way to put the smallest number x, the first x and y are compared, if x> y then x and y values are exchanged, then use x and z to compare, if x > z x and z values will be exchanged, so make x minimum.