Assignment Workflow
Use this flow when you work on Java tasks.
1) Open the assignment file
Open BubbleSort.java in the editor.

2) Make your code change
Edit the method for your task.

3) Run in terminal
Run:
java BubbleSort.java
If there is an error, fix it and run the command again.

4) Check the output
Confirm that the program output matches the expected sorted order.

5) Final quick check
- file saved
- program runs successfully
- output matches expectation
- ready to submit in Scorpio
Then continue with the Submission Checklist.