num1 * num2

System.out.printf("%d x %d = %d\n",num1,num2,result);
Xanthous Xenomorph