The resulting output is a table with 3 rows and 3 columns, where the first row is left justified and the second and third rows are right justified. The first row contains the elements: '' (i.e. nothing in the first column), 'Year1' (in the second column) and 'Year2' (in the third column). The second row contains the elements 'Travel' (in the first column), '100,000' (in the second column) and '110,000' (in the third column). The final row contains the elements: 'Equipment' (in the first column), '50,000' (in the second column) and '60,000' (in the third column).
            Year1   Year2
Travel    100,000 110,000
Equipment  50,000  60,000

Return