Add Two Number Get link Facebook X Pinterest Email Other Apps February 11, 2019 Write a java program to add two numbers class Add { public static void main(String[] args) { int a=5; int b=10; int c=a+b; System.out.println("Sum of "+a+" and "+b+" is :"+c); } } Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment