If condtion is true but the code does not Execute in C#
I have cross checked the code it is working.
string Fromses = "f", from = "f", todes = "t", to = "t"; string seatno = "1,2,3"; if (Fromses == from && todes == to) { string[] arr = seatno.Split(','); for (int i = 0; i < arr.Length - 1; i++) { } }
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.