Description
Additional marking scheme:
-50 if more than 1 println used.
-25 if no tabs or wrong number of tab characters.
-25 if no quotes in the first line of output.
-5 if any typos in the output
Modify the program Lincoln.java from Chapter 1 so that the output is exactly as shown below. Note the single and double quotes in the first line of output. The nβth line of output is preceded by n tab characters. Only use one println statement.