Programming 3
University of Alicante, 2024–2025
Fourth session –desarrollo– (week of 9/30 to 4/10):
Objective: finish assignment 1 without errors in the oracle and start assignment 2.
- Assignment 1:
- Review common errors in assignment 1.
- Solve doubts about assignment 1.
- Do a code coverage of your assignment 1 code by running the tests. Check the code coverage video in the ‘Additional Materials’ section of the main page if you don’t remember how to do it.
- Assignment 2:
- Start working on assignment 2.
- See the Java Collection Framework Guide (in spanish) to learn more about using lists (ArrayList) and other JCF data structures (similar to C++ STL).