Quiz #2
1/18/02

Name:
Points:

Write an algorithm, using algorithm pseudocode statements, that prints the smallest item in a list of N items.

Given: the number of items in the list, N, and the list of items: A1..AN
Wanted: the smallest item on the list.