Click Here to get Free Trader Applications

class Sum
{
   public static void main(String args[])
   {
int a=20;
int b=15;
int result=a+b;
      System.out.println("sum of num:"+result);
    }

}

Post a Comment

Previous Post Next Post