Due Friday 3/6 - 5PM
Deadline extended to 3/9 - 1PM
The goals of this project are as follows:
-
practice algorithmic thinking
-
practice text processing
-
practice file input and output
-
become familiar with using third-party libraries and setting the classpath
-
become familiar with providing command line input
-
become familiar with the data structures provided in java.util
For this project, you will build a program that sends a customized email message to a list of recipients. The message to be sent will be stored in a text file, and may contain variables denoted by the dollar sign ($). The values for the variables, along with the email address of each recipient, will be stored in a separate file.
|