Saya telah menggunakan C # untuk waktu yang cukup lama tetapi tidak pernah menyadari hal berikut: public static void Main() { for (int i = 0; i < 5; i++) { } int i = 4; //cannot declare as 'i' is declared in child scope int A = i; //cannot assign as 'i' does not exist in this context...