Print Z

easy
 1. You are required to print a 'z' of size 5 using '*'.                               

Input Format

There is no input

Output Format

<img src="http://pepcoding.com/resources/ojquestionresource/images/print-z-in-java.JPG" alt="print-z-in-java">

Constraints

No Constraints

Notice

Try First, Check Solution later

1. You should first read the question and watch the question video.
2. Think of a solution approach, then try and submit the question on editor tab.
3. We strongly advise you to watch the solution video for prescribed approach.

Example

Input

        
Output
*****
   *
  *
 *
*****
Next
Grading System

Related Questions