0 0
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*****");
  }
}
Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %