文件名称:a
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [WORD]
- 上传时间:
- 2012-11-26
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- liume*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
输入三个整数x,y,z,请把这三个数由小到大输出。
程序分析:我们想办法把最小的数放到x上,先将x与y进行比较,如果x>y则将x与y的值进行交换,
然后再用x与z进行比较,如果x>z则将x与z的值进行交换,这样能使x最小。-Enter three integers x, y, z, the number of small to large output of these three please. Program analysis: we find a way to put the smallest number x, the first to compare x and y, if x> y x and y values will be exchanged, and then compare the x and z, if x> z the value of x and z will be exchanged, so make x minimum.
程序分析:我们想办法把最小的数放到x上,先将x与y进行比较,如果x>y则将x与y的值进行交换,
然后再用x与z进行比较,如果x>z则将x与z的值进行交换,这样能使x最小。-Enter three integers x, y, z, the number of small to large output of these three please. Program analysis: we find a way to put the smallest number x, the first to compare x and y, if x> y x and y values will be exchanged, and then compare the x and z, if x> z the value of x and z will be exchanged, so make x minimum.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
a.txt
程序.doc
程序.doc