Question: - All text (including any escape sequences) should be in one or more declared String variables. - Do not hard-code the text into the print

- All text (including any escape sequences) should be in one or more declared String variables. - Do not hard-code the text into the print instruction. - Only variables should appear in the print instruction parameters! - Only use the system.out.print instruction and make new lines with escape sequences. - Do not use println - Your printed text should indent lines 2-4 as follows with tabs using the escape sequence as described in the lecture: - Two tabs before the word "That" in the second line. - One tab before "\maybe" on the third line. - Two tabs before "-William" in the last line. - Do not use spaces to make those indents You program's output should be identical to that above, including quotes, single quotes, commas, etc
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
