Search:

Type: Posts; User: Tohtekcop

Search: Search took 0.12 seconds.

  1. Replies
    4
    Views
    4,278

    [SOLVED] Re: Array Index out of bounds Exception

    Ugh.... Thanks! How do I change the topic to solved?
  2. Replies
    4
    Views
    4,278

    [SOLVED] Array Index out of bounds Exception

    My code is generating Array Index out of bounds Exception after creating a array of 10 numbers that go from 0 to 99. Any help would be appreciated.

    Thanks


    public class SwapMaxMin {
    ...
  3. Replies
    1
    Views
    1,165

    Overloading Method

    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...
Results 1 to 3 of 3