Homework 3, The Sieve File.

Short Description:

Write a program that will calculate the prime numbers less than n using the Sieve of Eratosthenes.

Goals

When you finish this homework, you should have:

Formal Description

Write a program that will compute the prime numbers less than n, a given constant. Do this using the Sieve of Eratosthenes. To employ the techniques discussed in class, DO NOT use arrays but instead use a file.

Discussion

Required Files

A single tar file containing the source code and makefile for this program.

Submission

Submit the assignment to the D2L folder Homework 3 by the due date.