Jiraknight3
Jiraknight3
CC#
Created by Jiraknight3 on 4/6/2025 in #help
Discrepancy between the console result and the expected result.
Good evening, I’m really sorry for the inconvenience, especially since I’m sure it’s a rookie mistake. I have a code, which is executed from a given .txt file which are the following: 5 4.1 11 5 3.2 4.3 0.4 0.0 3.1 And I’m supposed to get this; 3.1 3.2 4.3 3.3 2.3 1.3 0.4 0.3 0.2 0.1 0.0 5 But I don’t get any of this, but I read my code again, and I don’t understand where the problem is. (Also, since there is a console result, I can’t access the debug option).
7 replies
CC#
Created by Jiraknight3 on 3/30/2025 in #help
Unhandled exception. System.IndexOutOfRangeException: Index was outside the bounds of the array.
No description
33 replies