Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Re: I'm having trouble adding polynomials using a singly linked list

    Two common techniques for ending user input:
    the user tells the program the number of entries and the program loops that number of times
    the user enters a special/non-data value (sentinel) that the...
  2. Re: I'm having trouble adding polynomials using a singly linked list

    The code has lost its formatting in places. There are many statements starting in the first column that should be indented.

    Work on that part first. Later add code to put the data into the list....
  3. Re: I'm having trouble adding polynomials using a singly linked list

    Please edit your post and wrap your code with code tags:


    YOUR CODE GOES HERE

    to get highlighting and preserve formatting.
Results 1 to 3 of 3