Question: Help with 1-3. In-Class Assignment #1 - Printing and Sleep Due 2/18/2020 1. Big JAVA (5 points) Create a file named DisplayAPattern.java. When run, this
In-Class Assignment #1 - Printing and Sleep Due 2/18/2020 1. Big JAVA (5 points) Create a file named DisplayAPattern.java. When run, this program should output the following: AA VA A J AAAAA V V AAAAA JJJ AA VA Note: Use a sequence of exactly four (4) System.out.printin statements to complete this exercise. 2. Print a Table (6 points) Create a file named PrintATable.java. When run, this program should output the following table: a 2 a^3 N w 4 16 64 Note: Use a sequence of exactly five (5) System.out.println statements to complete this exercise 3. Initials (5 polnts) Create a file named MyInitials.java. When run, this program should display your initials (2 - 3 letters) using an 8 x 8 pattern. For example, here is an 8 x 8 pattern for my initials TL: HHHEEEE LLLLLLLL Note: Use exactly eight (8) System.out.println statements to complete this exercise
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
