0
votes

Output an eight with asterisks. Output the following figure with asterisks. Do not add spaces after the last character in each line.

*****
*   *
*****
*   *
*****

Note: Whitespace (blank spaces / blank lines) matters; make sure your whitespace exactly matches the expected output.