Read Time:9 Second
Print the following pattern on the screen
*****
***
*
***
*****
class Ans{ public static void main(String[] args){ System.out.println("*****\n *** \n * \n *** \n*****"); } }
class Ans{ public static void main(String[] args){ System.out.println("*****\n *** \n * \n *** \n*****"); } }