• + 0 comments

    for (int i=1; i <=10; i++){ System.out.println(N+" x "+i+" = "+N*i); }