5:38 AM 0 Comments Java program to print the Addition of 2 numbers Java Tutorial Add two numbers: public class Sum{ public static void main() { int a,b,sum; a=10; b=20; sum=a+b; System.out.println("Sum is "+sum); }} Thank you and make sure to like and comment. Email ThisBlogThis!Share to XShare to Facebook
0 comments:
Post a Comment