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++) ì(j % i == 0) printf(“Hello\ n”);10/25 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++) ì(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ình23 chuỗi “Hello”Giải thíchChọn đáp án D