Reverse Output Word List

# Introduction In this challenge, we will focus on completing the code to reverse an English word list. The task requires iterating forward and backward over the word list and outputting the reversed version to a new file. We will be working with file operations, iterators, foreach loops, and inner classes to successfully complete this challenge.

|60 : 00

Click the virtual machine below to start practicing