Due date: Wednesday, January 29, 2020.
Ex. 1. Creating a second project.
Create a Java project in Eclipse and call it hw2. Create a class in this project called AsciiArt and containing the main method.
In the main, use multiple print and/or println statements as seen in the lab to write the word JAVA in ASCII art for, such as below:
* * * * * * * * * * * * * * ***** * * ***** **** * * * * *
After that, use another set of print and/or println statements to reate an ASCII art image of your choice.
Turn in: the lab and homework .java files: HelloWorld.java and AsciiArt.java. Upload them to Canvas in Assignments - Homework 2.