题目详情
填空题 完善程序,以实现比较两个数大小 #!/bin/sh echo "Enter the first integer:" read first echo "Enter the second integer:" read second if (1) then echo "$first is greater than $second" elif (2) then echo "$first is less than $second" else echo "$first is equal to $second" fi

学科:Linux操作系统2023
时间:2023-06-20 10:34:17
