how to get the max and min number in array?

前端 未结 0 1508
半阙折子戏
半阙折子戏 2021-01-02 03:21
#!/bin/bash
echo "lets read an array "
read -a arr;

max=999;
min=-999;
n=10;

for((i=0;i

        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题