Due Monday, 30 September, 1996, 2:30 p.m.
Note: Because it is my understanding that system sunset will be down for an upgrade over the 20-22 September weekend and because of the exam on 18 September, I have changed the due date for Assignment #2 to Monday, 30 September.
You should attempt this assignment as soon as possible to prepare for the first examination in the class.
Design, implement, and test a Java program as described below.
The program has two "arguments".
These "arguments" may either be taken from the command line or the
program may prompt the user for them (e.g., using Console
).
The program must:
For example, if the following appears in the HTML input file,
<a href="referenceURL">then the following should appear in the output file
referenceURL
As a development procedure, you may first want to write and test a program to read the text from a file. Once that is working, you can modify it to read from the Web URL.
Once you have completed the program:
cs211@hal.cs.olemiss.edu
. If your program consists of
more than one file, please concatenate them together with comments
labelling the parts.
If you want an extra challenge, consider the following extensions to the basic assignment.
UP to CSci 211 Assignments page?