从键盘输入互不相等的三个整数,在屏幕上输出其中最大数、最小数和中间数。
时间: 2024-05-01 16:17:10 浏览: 98
以下是Python代码:
```
a = int(input("请输入第一个整数:"))
b = int(input("请输入第二个整数:"))
c = int(input("请输入第三个整数:"))
if a > b:
if a > c:
if b > c:
print("最大数为:", a)
print("最小数为:", c)
print("中间数为:", b)
else:
print("最大数为:", a)
print("最小数为:", b)
print("中间数为:", c)
else:
print("最大数为:", c)
print("最小数为:", b)
print("中间数为:", a)
else:
if b > c:
if a > c:
print("最大数为:", b)
print("最小数为:", c)
print("中间数为:", a)
else:
print("最大数为:", b)
print("最小数为:", a)
print("中间数为:", c)
else:
print("最大数为:", c)
print("最小数为:", a)
print("中间数为:", b)
```
示例输出:
```
请输入第一个整数:5
请输入第二个整数:1
请输入第三个整数:9
最大数为: 9
最小数为: 1
中间数为: 5
```
阅读全文