Obj-C Multiples of 3 and 5

  1. Create a new Objective C project.
  2. Write a method that prints out the sum of all numbers that are multiples of 3 and 5 below the number you pass in.

Black Diamond

Black Diamond: Instead of checking for numbers that are multiples of 3 and 5, use all prime numbers