CSE 142/143 Output Comparison Tool

Expected text: (0 characters selected)

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

				

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. Also note that any custom content (such as the final song verse in HW1) will be listed as a difference in this tool. This doesn't mean your custom output is wrong, just that it doesn't appear in our standard output file (since we don't know what custom output you will write).