Search:

Type: Posts; User: daemonlies

Search: Search took 0.07 seconds.

  1. Replies
    6
    Views
    1,418

    Re: Program not executing correctly

    I understand your post on the 'cross posting' point ... and if i could i would have done it correctly in the first place ... and only posted once ... as for the stackoverflow, i have aready been in...
  2. Replies
    6
    Views
    1,418

    Re: Program not executing correctly

    Im in need of help ... not criticism ... and its asking a different question thankyou
  3. Replies
    6
    Views
    1,418

    Re: Program not executing correctly

    how do i delete thread
  4. Replies
    6
    Views
    1,418

    Program not executing correctly

    I'm having issues with executing a program that I have written. The program simply gets a user to input values whereby trying to guess a random number. I get to finding the median and the middle...
  5. Replies
    20
    Views
    1,929

    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
  6. Replies
    20
    Views
    1,929

    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
  7. Replies
    20
    Views
    1,929

    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...
  8. Replies
    20
    Views
    1,929

    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...
  9. Replies
    20
    Views
    1,929

    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...
  10. Replies
    20
    Views
    1,929

    Re: Array Issues

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

    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
  12. Replies
    20
    Views
    1,929

    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
  13. Replies
    20
    Views
    1,929

    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
  14. Replies
    20
    Views
    1,929

    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 14 of 14