Slide 9
Slide 9 text
jgs
564 00000100
Assignment 01
§ Due Date: Thursday Sept 2, 6:00 PM (AZ time).
§ Submit Individually (or team of 2). Only 1 student submit BUT be sure both
names are included using the JavaDoc @author label
§ Source Code in Java (SHOULD compile and run)
§ Show your skills for readability (make your code easy to read) – Clean Code
§ Use Javadoc (correctly)
§ If you are not familiar with Java Guidelines, review
https://google.github.io/styleguide/javaguide.html
§ Input is a txt file (path is to be received as parameter to main).
§ Output is to be printed on screen
§ Do not make assumptions. If you have a question, Ask