问答题

简答题 编一个程序,从键盘输入10个实数,存入一个数组,用冒泡法对这个数作升序排序。

【参考答案】

inti,j,temp;
constintn=10;
int[]SortArray=newint[n......

(↓↓↓ 点击下方‘点击查看答案’看完整答案 ↓↓↓)