Chọn kết quả của đoạn code sau:for (int i = 1; i < 10; i++) for (int j = 1; j < 10; j++) if (j % i == 0) printf("Hello\n");10/30Chọn kết quả của đoạn code sau: for (int i = 1; i < 10; i++) for (int j = 1; j < 10; j++) if (j % i == 0) printf("Hello\n"); </></>6 chuỗi “Hello”.12 chuỗi “Hello”.Không có kết quả xuất ra màn hình.23 chuỗi “Hello”.Giải thíchChọn đáp án D