0 0
Read Time:9 Second

Write a program to get the following output.
Hey there,
I am Programmer!

class Exercise1{
  public static void main(String[] args){
    System.out.println("Hey there,\nI am Programmer!");
  }
}
Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %