Due: Thursday 09/23 10:00am

Task at hand:

  • Look at the problems here: http://projecteuler.net/index.php?section=problems
  • They are all math problems of some sort, pick two and write a c program to solve them
    • Write a function for each problem you solve.
      • The function should return the solution.
      • In main, call each function and print out the results.
    • Some good starters are problems 1, 5 and 6
    • Finished early? pick a third, a fourth, a fifth