Search:

Type: Posts; User: daemonlies

Search: Search took 0.10 seconds.

  1. Replies
    20
    Views
    1,935

    Re: Array Issues

    Hey Norm .. sorry but you mention about a puesdo list .. can you enlighten me on this please as i have no idea
  2. Replies
    20
    Views
    1,935

    Re: Array Issues

    Ok .. so what will i do about the input not continuing to add numbers .. if i enter say '5' it doesnt ask for anymore entered numbers it justs calucaltes the median and middle
  3. Replies
    20
    Views
    1,935

    Re: Array Issues

    Any help ... I've worked out how to process the middle and median but i cannot work out how to continur to input numbers into the array list, it will one process one number ... I also cant work out...
  4. Replies
    20
    Views
    1,935

    Re: Array Issues

    Hey Norm,

    From a previous method i have a 'random number' and a 'users guessed numbers' , lets say they users guesses are ... 65, 75, 70, 67, 69, 68 .. which the last element being 68 and the user...
  5. Replies
    20
    Views
    1,935

    Re: Array Issues

    Sorry if ive confused people ... the guessed numbers are what a user inputs into the program to guess a random number(guessed numbers could be 1 to whatever until the user gets the correct random...
  6. Replies
    20
    Views
    1,935

    Re: Array Issues

    I'm still not understanding how this would be done .... could you provide some coding to help please arsparfven !
  7. Replies
    20
    Views
    1,935

    Re: Array Issues

    from the information provided to us ... that the middle number of an array if an even number of elements existed, would be 2 elements e.g. 1 2 3 4 5 6 middle numbers = 3,4
  8. Replies
    20
    Views
    1,935

    Re: Array Issues

    yes even numbers would be considered as well .. and the value of the element doesnt matter .. i just need the middle element of an array
  9. Replies
    20
    Views
    1,935

    Re: Array Issues

    the middle number is the 'middle number of the array length ... e.g. 1 2 3 4 5 .. so 3 would be the middle number
  10. Replies
    20
    Views
    1,935

    Array Issues

    Hi everyone,

    Only new to programming and having issues with arrays and inputing values into that array.

    My mission is to ... select a random number .... get the user to guess that random number...
Results 1 to 10 of 10