Java-draw-something-pretty-using-ASCII-art-subject-to-a-few-constraints-nested-loops

First Steps on Becoming a Grassroots Lobbyist/Advocate for Health Care Policy
January 15, 2021
What-are-some-security-concerns-with-Virtualized-networks
January 15, 2021

Java-draw-something-pretty-using-ASCII-art-subject-to-a-few-constraints-nested-loops

It is three drawing first one from your choose, the other two it is given. iI attach the unit lecture and the HW.

  • Your program must use class constants (e.g., static final int SIZE=10) in place of any numeric constants (except for 0 and 1), and in place of any character constants.
  • Your program must use at least 3 nested loops.
  • At least one of these loops must be a doubly-nested loop (a for loop inside a for loop inside a for loop).
  • Finally, your program should have one class constant called SIZE such that if the we change the value of this constant, the entire size of your drawing will change proportionately. For instance, if your program produces a drawing of 100 characters wide and 200 long when SIZE = 10, then if we change SIZE to 5 (and makes NO other changes), it should produce something 50 characters wide and 100 characters long. If we change the SIZE to 20, it should produce something 200 characters wide and 400 characters long, and so on. You may include a comment that specifies what ranges of values constitute valid values for this SIZE constant, but it should be a nontrivial range (that is, don’t say that it only works for SIZE = 6, or something like that).

    Extra Credit: The Linc (parking lot and stadium)

    For a maximum 10 points of extra credit, you may try to reproduce the ASCII Art shown below of Lincoln Stadium, home of the Philadelphia Eagles. You should still include a constant for the SIZE; in Dr. Yates’ implementation, the SIZE value that produces the picture below is 4, and works for any size >= 2. You must include loops and nested loops to make this work correctly; you CANNOT simply include a separate println statement for each line of the drawing. You will get the full extra credit points only if you duplicate the drawing EXACTLY. (Note: this is a fairly tricky figure to do right.) The parking lot alone is worth a maximum of 2 points.

 
Do you need a similar assignment done for you from scratch? We have qualified writers to help you. We assure you an A+ quality paper that is free from plagiarism. Order now for an Amazing Discount!
Use Discount Code "Newclient" for a 15% Discount!

NB: We do not resell papers. Upon ordering, we do an original paper exclusively for you.