Overview
We will develop three programs:
Note that in this excercise the files have been provided. You will just be adding a few lines of code to each file and then compiling and running the programs.
We can refer to this example for this challenge problem.
Objectives
The objectives of this assignment are (relative to Java):
- Ensure Java is installed and working on our computer
- Increase skills in manipulating files that are required for programs
- Learn how to edit program code
- Learn how to work with ZIP files (which are common-place files in programming)
- Learn how to get input from an program end-user (i.e., a person using the program)
- Learn how to display text and/or output to an end-user
- Learn how to change/enhance program code
- Get familiar with compiling JAVA files
- Get familiar with running JAVA files
Note: by "JAVA" file we mean a file ending in extension "java", e.g. "Foo.java"