SE1021
Software Development II
This is an old version of this course, from Winter 2013-2014. A newer version is available here.
This is an old version of this course, from Winter 2013-2014. A newer version is available here.
If you worked with anyone on this problem, include their name in the block-comment at the top of your source file. Working alone is strongly encouraged (but no extra credit).
You must demonstrate the following functionality before the end of lab:
You are not required to demonstrate your completed program. Instead,
you must include the results of running your program using option 2
and entering "t00ter" for the username. If your program interacts
with the user through the console, copy and paste the results into a comment
at the end of your Lab1.java
file. If your program interacts
with the user through GUI, save a screen shot containing the results and
upload this image file (as a .png) as the second file.
Each student must submit their program with complete functionality (time span statistics are optional). The class must contain comments at the beginning of the file that include: Course name, Quarter, Assignment name, Author's name, and date. In addition, the class should have comments throughout, including JavaDoc for the class, all methods and public attributes.
You should submit your solution only once, so be sure you are happy with your solution before you submit it.
(Requirements adapted from Dr. Taylor's)