Search:

Type: Posts; User: urbatin

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    906

    null pointer in a linked list

    I've been having some "fun" with my program Im making for a class im taking. I thought I handled all of the null pointers correctly but I guess not, heres what I currently have.


    public class...
  2. Replies
    7
    Views
    1,035

    Re: Help with array

    to get it to search for the second number, the first method I could think of was to have 2 counters, 1 to hold the highest number and the second for the next largest number

    loop through the array...
Results 1 to 2 of 2