<--- Test 01: input data follows (WITHOUT line numbers) ---> 1234567.00 James Madison <--- Test 01: correct output follows (WITH line numbers)---> 1 Welcome to the Harrisonburg Property Tax Calculator 2 3 Enter the assessed value of the property: 4 Enter the property owner's name: 5 James Madison 6 Taxes on $1,234,567.00 are $7,284.14. <--- Test 01: your incorrect output follows (WITH line numbers)---> 1 Welcome to the Harrisonburg Property Tax Calculator 2 3 Enter the assessed value of the property: 4 Enter the property owner's name: 5 James Madison 6 Taxes on $1,234,567.00 are $7,283.95. <--- First difference after line 5, char 0: Expected='\011', Observed=' '. --->