A7.zip <Essential>

When unzipped, it must immediately create the a7/ folder, not dump files into the current directory. How to Properly Create the Zip File (via Command Line): Ensure all your files are inside a directory named a7 . Navigate to the directory containing the a7 folder. Run the command: zip -r a7.zip a7

Inside that a7/ folder, place all required code files (e.g., QuestionNode.java , QuestionsGame.java , solution.py , or similar, depending on the specific assignment). a7.zip

The .zip file should contain a single folder named a7/ . When unzipped, it must immediately create the a7/