• + 0 comments

    if(N <= 20 && N >= 2){
    } for(int i = 1; i <= 10; i++){ int mult = N * i; System.out.println(N + " x " + i + " = " + mult); }