Introduction - If you have any usage issues, please Google them yourself
Topic: have a already sorted array. Now the input a number, according to the law of the original requirements will it into an array.
1. The program analysis: the first judge whether a number more than the last number, then consider insert in the middle of the number, after insert
This element of the number after, back in a position.
2. The source code: