6. Array

Array Rotation Lab

Array Rotation Assignment

Soccer Schedule

All the files for the soccer schedule lab can be found here.

To complete this lab, please follow this sequence:

Note that the team names for the lab are supplied in a separate file called "input.txt" You will need to download this file and convert it to a txt file on your computer before running your program. If using BlueJ, you should put this input file in the same directory as your source code. If using IntelliJ, you should put the input file in the top-most project directory folder.

Also note that some starter code is provided to you in the file named "How to Read and Write Files for This Project".