Skip to main content

Assignment Workflow

Use this flow when you work on Java tasks.

1) Open the assignment file

Open BubbleSort.java in the editor.

BubbleSort opened in editor

2) Make your code change

Edit the method for your task.

BubbleSort after implementing method

3) Run in terminal

Run:

java BubbleSort.java

If there is an error, fix it and run the command again.

Run BubbleSort.java in terminal

4) Check the output

Confirm that the program output matches the expected sorted order.

BubbleSort terminal output

5) Final quick check

  • file saved
  • program runs successfully
  • output matches expectation
  • ready to submit in Scorpio

Then continue with the Submission Checklist.