Copyright © 2005 Suradet Jitprapaikulsarn
สงวนลิขสิทธิ์ 2548 สุรเดช จิตประไพกุลศาล

Homework 10 (Due 29 August 2005)

  1. Write a function, findAt, to find a value a specific position in a list of numbers using accumulator.
  2. Write a function, sumN, to calculate the sum of first n numbers in a list of numbers using accumulator.