top of page

5.24 (Diamond Printing Program) Write an application that prints the following diamond
shape. You may use output statements that print a single asterisk (*), a single space or a single newline
character. Maximize your use of repetition (with nested for statements), and minimize the
number of output statements.

Ex 5.24 Java Solution (Diamond Printing Program)

$5.00Price
    bottom of page