Search results for query: *

  1. D

    arrays

    so i'm thinking you do something to the sub report, or maybe there is a way to convort it later? i dunno ... help!!
  2. D

    arrays

    ok i wrote a console program that outputs 12 random numbers...but now i need to change it so it outputs a random amount of "#" characters, (scaled down by 1/4 so they fit on the screen) heres is what i got, can help me make the changes? i'm completely lost: Sub Report(ByVal frequency() As...
  3. D

    Number guessing

    i still have no clue how to do this...
  4. D

    Number guessing

    so is there somethign similiar for console?
  5. D

    Number guessing

    What i'm trying to do is to stop the program from going passed the number already guessed.. i can get it to stop so that it doesen't guess above 100 or below 0.. but say u go higher from 50 to 75, if i press lower my math will go below 50, which it shouldn't... this is what i got Sub Main()...
  6. D

    Number guessing

    im sorry can u explain a bit further, im a complete newb. So you set a variable outside the main program. How do i make my if statements check with that min max that is set
  7. D

    Number guessing

    I'm making a number guessing console program. You enter Higher Lower or Correct. I have it arranged into loops, starting number is 50. If your press higher then it goes to 75, lower it would goto 25 as the next number. What i need to know is how do i limit the program. So what once the user...
Back
Top