5:59 AM 0 Comments Java program to print the Subtraction of 2 numbers Java Tutorial Subtract two numbers: public class Subtract { 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