Hi I am trying to call a method to compute 1 - 3 + 5 - 7 + .. .. - (n - 2) + n
For example: n = 9 the Series would look like 1 - 3 + 5 - 7 + 9 = 5


I am not looking to get spoon fed. Just hoping...