• + 0 comments
    java
    
    for(int i=1;i<11;i++){
                System.out.println(n+" x "+i+" = "+(i*n));
            }