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 "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 JGrasp and paste its output (as shown in the Run I/O tab) at the bottom. 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.