Sean Wei says to YSITD
for (int i = 0; i < Array.Count; i++) { if (Array[i]與當前輸出數字的比較 != 用戶輸入的與正確答案對比的結果) { Array.Remove(i); i--; } } 看不懂 (