Search:

Type: Posts; User: Alan.Brown

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,747

    So, what have you written??

    So, what have you written??
  2. Thread: c program

    by Alan.Brown
    Replies
    3
    Views
    1,876

    Where is your code? How much are you paying...

    Where is your code?

    How much are you paying for someone to do your homework?

    Read the posting in the third Announcement at the top of this forum page. Don't waste everyone else's time.
  3. Replies
    41
    Views
    6,787

    Yes - the square root. I was trying to give a...

    Yes - the square root. I was trying to give a simplistic reply to the OP
  4. Replies
    41
    Views
    6,787

    Do a search for "Sieve of Eratosthenes" in...

    Do a search for "Sieve of Eratosthenes" in wikipedia - it will give you some examples of how to check for primes by hand.

    Given a prime - 17571 - divide by every integer up to half the value of...
  5. Replies
    12
    Views
    1,918

    Not the way to talk to someone who has taken the...

    Not the way to talk to someone who has taken the time and trouble to answer your post and offer some suggestions. You are wasting the time of all the people in here who give their time and...
  6. Replies
    3
    Views
    2,774

    Line 2 - DOCTORATE - Letter 'O' Line 12 -...

    Line 2 - DOCTORATE - Letter 'O'
    Line 12 - D0CT0RATE - Zeroes instead of the letter 'O'

    Try to compile the program. Any error messages will give an indication as the what the problem is. If...
  7. Replies
    2
    Views
    844

    Post whatever code you have already written so we...

    Post whatever code you have already written so we can see what you are doing.
  8. Replies
    2
    Views
    754

    In your listNode[B] structure you will need a...

    In your listNode[B] structure you will need a counter initialised to 1 each time a node is created. Then each time a food item is entered you need to scan your list to see if it has been entered...
  9. Have you tried to compile and run your code. ...

    Have you tried to compile and run your code. That should be an easy task - even for you.

    If you have, post the output here. Maybe it works!! Beginners luck!!
Results 1 to 9 of 11