Question: Please write in JAVA : Instructions ASCl art is an art that is made by printing out various characters to the screen to create a
Please write in JAVA :
Instructions
ASCl art is an art that is made by printing out various characters to the screen to create a
picture. PLEASE make sure to follow the instructions and do it in order as you will need to
submit multiple files in this assignment.
Part: Draw a Diamond points
The first part of your assignment is to write a program that produces a diamond that is
supposed to look like this.
Write a Java class names AsciiPart in a file named AsciiPartjava.
In lines that have repeated patterns of characters that vary in number from line to line,
represent the lines and character patterns using nested for loops.
You will use static methods to structure your solution in such a way that no substantial
groups of identical statements appear in your code. ie avoid redundancy.
No printprintln statements should appear in your main method
Give meaningful names to any other methods or variables in your code. Reference Notes:
Java coding Style & Naming Conventions
Include comments
a comment header at the beginning of your program with basic information and a title of
the assignment as we learned from Notes: printInpractice and Escape Sequence
a comment at the very bottom of your AsciiPartjava that shows the output
Submit your AsciPPartjava before stating Part
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
