The full
In part 1: You are to
In part 2: Solution
Other Requirements:
- Your solution must demonstrate the concept of one-dimensional arrays.
- Your solution must not use methods other than main. They are not required for this assignment.
- Your solution must not import any Java library other than JOptionPane, including java.util.Arrays.
- There are a number of validations. Your solution must contain appropriate validation. Try to think about what might be considered appropriate as you are designing your solution beyond what has already been explicitly provided.
- Use comments
- Use TRY… CATCH blocks when gathering user input
- part 1 of the assignment write it out in pseudocode syntax


0 comments