Answer to Question #145435 in Java | JSP | JSF for Stieven Ivan Gabriel Olan

Question #145435
how to draw item at home create a Java console program that uses println() statements to draw that item.
1
Expert's answer
2020-11-20T10:11:25-0500
public class DrawItemAtHome {
    public static void main(String args[]){
        System.out.println("     _    ");
        System.out.println("    / \\   ");
        System.out.println("   /   \\||");
        System.out.println("  /     \\|");
        System.out.println(" /       \\");
        System.out.println("+---------+");
        System.out.println("|         |");
        System.out.println("|  *      |");
        System.out.println("|         |");
        System.out.println("|         |");
        System.out.println("+---------+");
    }
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS