Generate 100 random integers uniformly distributed from 0 and 1000. Find the maximum rmax and its position imax, verify that r(imax)==rmax. Sort the integers in ascending order, verify that rsort(l)==min(r) and that rsort(100)==max(r) . Compute the number of integers larger than 900. Compute the sum of all the integers.