0 0
Read Time:9 Second

Write a program to print the sum of the numbers 2, 4 and 5.

class Exercise4{
  public static void main(String[] args){
    System.out.println(2+4+5);
  }
}
Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %