Search results for query: *

  • Users: decypher
  • Content: Threads
  • Order by date
  1. 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...
  2. 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