Question: write in java Project: Introduction to Java Page 2 of 2 JLetter.java Requirements: Write the application Letter that displays letter J as a large block

write in java
Project: Introduction to Java Page 2 of 2 JLetter.java Requirements: Write the application Letter that displays letter J as a large block letter composed of the characters 'T', 'A'. 'V'. 'A' arranged in a pattern with a width of 12 characters and a height of 10 lines. Each line should begin in column 1 with appropriate leading spaces in lines 3, 4, 5, and 6. Trailing spaces at the end of each line should be avoided. Design: Your program should contain a main method that prints exact the same patter as shown in Figure 1. You should have 10 lines of output with each line in the patter indicated. JAVAJAVAJAVA JAVAJAVAJAVA JAVA JAVA JAVA JAVA JAVA JA JAVA JAVAJAVA JAVAJA Figure 1. Output from JLetter program Code and Test: The expected output contains 10 lines of letters in the specified order. Note that the first line of output has no leading spaces. Make sure that you print the pattern exactly as it appears above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
