6:02 AM 0 Comments Java program to print the Mutiplication of 2 numbers Java Tutorial Multiply two numbers: public class Multi { public static void main() { int a,b,result; a=10; b=20; result=a*b; System.out.println("Multiplication is "+result); } } Thank you and make sure to like and comment. Email ThisBlogThis!Share to XShare to Facebook
0 comments:
Post a Comment