SE1021
Software Development II
You can leave early if you have completed the entire lab -- just demo it to me and upload your files. If you leave early without uploading your files, you will automatically get a 20% reduction in the lab grade. Please help me to remember to check off your name.
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)