Text: Java Language
Part II: Variable Declaration
In this task, you are required to declare all variables. You must use an input and an output file. (40 points)
Rubric:
- Correct declaration and use of input and output file (5 points)
- Used a loop structure correctly to call the method (5 points)
- Used an If statement or a Switch statement (5 points)
- Used a method correctly (Method definition - 5 points, Call to the method - 5 points, Correct use of method parameter - 5 points)
- Used a void method (5 points)
- Complete program with import statements, etc. (5 points)