CC#•Created by FernandoBorges on 4/7/2024 in #help help a noob
I don't know why anyone care about number type. In this code snippet, the array named strackorimeter has never been assigned any value at any index. strackorimeter[i + 1] always equals to 0. This array has no sense in this code, change to a double variable and do the division.