CSE 14X Output Comparison Tool

Expected text:

Actual text:
(paste your program's output below)
Line numbers:

 

For interactive programs that use the Scanner, remember to go to the "Console" tab at the bottom of DrJava or the "Run I/O" window in jGRASP to copy/paste your program's output. This will ensure that the user input gets copied correctly. If you don't do this, you will see [Component] where the user's input is supposed to be.

 

Instructions and Disclaimer:

This page gives you a way to compare your output against the correct expected output for a given homework assignment. Choose the assignment from the drop-down box on the left. Its expected output should appear. Then run your program in DrJava and paste its output (as shown in the "Console" tab) on the right. Now press Compare. Any differences will be shown below.

Lines that begin with a < are those that appear in the expected output but are not found in the same place in your output. Lines that begin with a > are those that appear in your output but are not found in the same place in the expected output.

This page is only intended as an experimental aid; achieving "No differences found" on this page does not guarantee that you will earn any particular grade on an assignment.