The course project involves solving two counting problems using a computer program. Problem 1 asks students to write a program to count the number of positive integer solutions to an equation with multiple variables summing to a given total. Problem 2 uses the principle of inclusion-exclusion to count the number of integers below a threshold that are not divisible by three given numbers. Students are provided templates to guide their programming solutions and are asked to test their programs on sample cases.