Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 226 Bytes

File metadata and controls

25 lines (19 loc) · 226 Bytes

Print Z in Java

Easy


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

Input Format:

There is no input

Output Format:

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

Constraints:

  • No Constraints