0 0
Read Time:10 Second

Write a program to print the difference and product of the numbers 45 and 32.

class Exrecise5{
  public static void main(String[] args){
    System.out.println(45-32);
    System.out.println(45*32);
  }
}
Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %