星期一, 3月 26, 2007

Homework 3-26-2007: Finding the max and the min

Based on your study of Display 3.8, write a code to find the max and min of a list of number.
For example, given 1,3,5, and9, the max is 9 and the min is 1.
Your program should be able to process a list of any length.

30 則留言:

  1. 作者已經移除這則留言。

    回覆刪除